Hacker News new | ask | show | jobs
by aganame 2214 days ago
https://github.com/launchbadge/sqlx perhaps

Also hugsql for clojure and pugsql for python.

1 comments

Sqlx looks nice! I had some ideas about porting pgtyped to rust and utilizing macros to do query type inference at build time, but was worried that such db-connected macros will slow down the build process. Nice to see that it worked out for sqlx.