Add a generator like JOOQ #674
benstpierre
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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