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

Seconding sqlx, it's wonderful, is not an ORM and doesn't need code gen.
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.