Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Support querying information_schema tables #9

Closed
JanJakes opened this issue Feb 10, 2025 · 1 comment
Closed

Support querying information_schema tables #9

JanJakes opened this issue Feb 10, 2025 · 1 comment

Comments

@JanJakes
Copy link
Contributor

The new SQLite driver stores information schema data in tables, such as _mysql_information_schema_tables. At the moment, these tables are not exposed for direct queries, such as SELECT ... FROM information_schema.tables.

Specs:

  1. Support querying information schema tables (= translate identifiers).
  2. Make sure the information schema tables can be only read, not written to.
@JanJakes JanJakes mentioned this issue Mar 4, 2025
@JanJakes
Copy link
Contributor Author

Implemented in #21.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant