Allow generating models for information_schema tables/views #3884
Unanswered
sgtsquiggs
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using sqlc to generate code for querying SingleStore, which is a mysql-compatible DB. There are a lot of tables/views in information_schema that I need to regularly query, but sqlc will not generate models for these due to this check. An override for this, or a table/view whitelist would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions