You basically have two options if you want your co...
# exposed
o
You basically have two options if you want your code model to match SQL model and verified statically by compiler. Either code-first, and generate or verify database, or database-first, then you need code gen like jooq et al.