Closed simonw closed 4 years ago
https://datasette.readthedocs.io/en/stable/internals.html#database-introspection
await db.hidden_table_names()
- list of stringsList of tables which Datasette "hides" by default - usually these are tables associated with SQLite's full-text search feature, the SpatiaLite extension or tables hidden using the Hiding tables feature.
Datasette has a concept of "hidden" tables which I can reuse here.