Y
Hacker News
new
|
ask
|
show
|
jobs
by
Daril
470 days ago
I'm using this at the moment :
https://jmoiron.github.io/sqlx/
Didnt' now about sqlc, it seems very interesting ! Thanks for sharing !
2 comments
sunaookami
470 days ago
Seconding sqlx, it's wonderful, is not an ORM and doesn't need code gen.
link
leetrout
469 days ago
sqlc is _excellent_ if you are comfortable with its limitations. I love it even though I don't love optional fields query pattern with NULL.
link