We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
datasette_metadata_column_entries
metadata_columns
Currently the internal metadata tables are called:
datasette_metadata_instance_entries
datasette_metadata_resource_entries
datasette_metadata_database_entries
But the catalog tables are:
catalog_columns
catalog_databases
catalog_foreign_keys
catalog_indexes
catalog_tables
Renaming the metadata columns like so would be more consistent:
metadata_instance
metadata_databases
metadata_resources
The text was updated successfully, but these errors were encountered:
I'm going to add the schema to the documentation too, using Cog - it will go here: https://docs.datasette.io/en/latest/internals.html#datasette-s-internal-database
Sorry, something went wrong.
Rename metadata tables and add schema to docs, refs #2382
2b0a61e
I shipped this to a Datasette Cloud test instance running datasette-visible-internal-db and it worked:
datasette-visible-internal-db
No branches or pull requests
Currently the internal metadata tables are called:
datasette_metadata_column_entries
datasette_metadata_instance_entries
datasette_metadata_resource_entries
datasette_metadata_database_entries
But the catalog tables are:
catalog_columns
catalog_databases
catalog_foreign_keys
catalog_indexes
catalog_tables
Renaming the metadata columns like so would be more consistent:
metadata_instance
- singular because there is only one instancemetadata_databases
metadata_resources
metadata_columns
The text was updated successfully, but these errors were encountered: