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
For some projects the accompanying SQL file can become quite large. I'd love to have support to split the SQL file for development purposes and combine them at build time.
Due to SQL files being statements being executed one after another users must be able to correctly configure the order of those files.
The text was updated successfully, but these errors were encountered:
I'm thinking to use the C preprocessor. The zig toolchain already provides a C compiler which we could use without introducing any new dependencies. (The preprocessor can be run via zig cc -E <file>).
For some projects the accompanying SQL file can become quite large. I'd love to have support to split the SQL file for development purposes and combine them at build time.
Due to SQL files being statements being executed one after another users must be able to correctly configure the order of those files.
The text was updated successfully, but these errors were encountered: