You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using following sqlc.yaml doesn't work with [email protected] but downgrading to [email protected] it generates fine using sqlc generate. I use sqlite but have driver set to pg because I can remove the first two imports in generated code and add my own and use the sqlite wasm client. Hacky but it works and there is no other way until improvements suggested in #54
Using following sqlc.yaml doesn't work with
[email protected]
but downgrading to[email protected]
it generates fine usingsqlc generate
. I use sqlite but have driver set to pg because I can remove the first two imports in generated code and add my own and use the sqlite wasm client. Hacky but it works and there is no other way until improvements suggested in #54error:
The text was updated successfully, but these errors were encountered: