Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You might like pggen (I’m the author) which only supports Postgres and pgx. https://github.com/jschaf/pggen

pggen occupies the same design space as sqlc but the implementations are quite different. Sqlc figures out the query types using type inference in Go which is nice because you don’t need Postgres at build time. Pggen asks Postgres what the query types are which is nice because it works with any extensions and arbitrarily complex queries.



Thank you. I'll take a look in the upcoming weeks. It seems promising!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: