-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Description
table.schema
returns the schema for a table. db.schema
should return the schema for the whole databes.
Can do this using select sql from sqlite_master where sql is not null
:
https://latest.datasette.io/fixtures?sql=select+sql+from+sqlite_master+where+sql+is+not+null