-
-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tables starting with an underscore should be treated as hidden #2104
Comments
Relevant code: datasette/datasette/database.py Lines 391 to 451 in 0f7192b
|
For filtering virtual table's "shadow tables" (ex the FTS5 _content and most the spatialite tables), you can use |
We really need this for Datasette Cloud, we have |
Had to figure out how to run a LIKE query with a literal or name like '\_%' escape '\' |
There isn't any documentation on hidden tables right now, fixing that. |
Neat! Aside: Datasette doesn't allow |
Added new documentation listing all of the different types of hidden table here: https://docs.datasette.io/en/latest/pages.html#hidden-tables |
Plugins can then take advantage of this pattern, for example:
The text was updated successfully, but these errors were encountered: