tursodatabase / turso-cli

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

Schema introspection #43

Closed penberg closed 1 year ago

penberg commented 1 year ago

It's now hard to introspect the database schema because neither SQLite nor PostgreSQL commands work.

You can do SELECT * FROM sqlite_schema;, but it's not a great DX.

Reported by Jussi Virtanen.

penberg commented 1 year ago

We could do a .schema command on top of SQLite schema tables.

haaawk commented 1 year ago

Closed by https://github.com/chiselstrike/iku-turso-cli/pull/199