Replies: 1 comment
-
Having a separate |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Current Behaviour :
I have 3 .sql files and when I am compiling them using sqlc generate(keeping emit_interface flag true), a single interface is created for all the auto-generated SQL queries.
Expected Behaviour :
Wanted to have different interfaces for different table operations.
Not having separate interface for each SQL file is creating a common interface which gets bulky everytime I add a query.
Can anyone suggest any way if possible to generate separate interfaces for separate SQL files?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions