tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
229 stars 37 forks source link

feat: db list group and schema filters #897

Closed notrab closed 4 months ago

notrab commented 4 months ago

This adds the following flags for db list:


* `--schema <schema-database-name>`
```bash
go run cmd/turso/main.go db list --schema parent-db
NAME             URL
child-db         libsql://child-db-notrab.turso.io
child-db-2       libsql://child-db-2-notrab.turso.io
new-child-db     libsql://new-child-db-notrab.turso.io