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
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?
This discussion was converted from issue #996 on May 03, 2021 16:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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