Welcome to sqg Discussions! #7
Replies: 3 comments 4 replies
-
|
What database are you using? DuckDB, PostgreSQL, SQLite, MySQL |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for creating this project! I'm currently evaluating code generation tools for an existing Java project. I really like the idea of writing raw SQL queries and generating type-safe functions for executing those queries. We do have the unfortunate requirement of supporting multiple database vendors, including H2 (for local development), Postgres, Microsoft SQL server, and Oracle. Given SQG's design, how feasible do you think it would be add support for H2, MSSQL sever, and Oracle? I can see that SQG is similar to SQLDelight and sqlc (with the Java generator). What would you say sets SQG apart from those other tools? For our particular app, we currently use Flyway to manage migrations, and I have no intention of refactoring this to use a specific code generation tool. I am successfully able to generate types from a Postgres database using Testcontainers and setting the Some other feedback:
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the feedback @daniel-nagy !
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
🎤 Help us shape the future of SQG!
Hey everyone!
We built SQG to bridge the gap between raw SQL power and type-safe code without the overhead of a heavy ORM. Now that the project is growing, we want to make sure we're building the features you actually need.
To help us prioritize, we’d love to hear about your experience (good or bad!):
🛠 Your Setup
💬 Your Feedback
Don’t hold back. Whether it's a bug report, a "this saved my life," or a "why doesn't it do X?", every bit of feedback helps us improve the tool.
Drop a comment below—we’re excited to see what you're building! 🚀
Beta Was this translation helpful? Give feedback.
All reactions