Closed penberg closed 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.
SELECT * FROM sqlite_schema;
Reported by Jussi Virtanen.
We could do a .schema command on top of SQLite schema tables.
.schema
Closed by https://github.com/chiselstrike/iku-turso-cli/pull/199
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.