Add a generator like JOOQ #674
benstpierre
started this conversation in
Ideas
Replies: 1 comment
-
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.
-
As far as I can tell SQLKata is the closest thing to https://www.jooq.org/ on DOTNET.
If you look at the design of JOOQ where it generates code to match your databases' tables it works extremely well. IF you rename a table and re-generate bindings your compiler will catch errors. Typesafe SQL is a game changer.
Perhaps this project could implement the same?
Beta Was this translation helpful? Give feedback.
All reactions