#What's the best practice in terms of CRUD operations with SQL databases?

11 messages · Page 1 of 1 (latest)

rancid copper
noble hamlet
#

there is an sqlc website you can use, dump schema and queries to bootstrap a project

rancid copper
#

how does it work with relationships?

noble hamlet
#

there was an issue with left joins for a while, but I think its solved?

#

pggen is probably better for postgres specific workload, but it will fall apart if you use cockroachdb for example shrug

rancid copper
#

any thought on Ent?

stable garden
rancid copper