Hacker News new | ask | show | jobs
by dschulz 2380 days ago
What a neat idea! Congrats on the project!

Without having a look at the sources yet: could sqlc generated code take any advantage pgx[1] extra features or is it designed to use strictly database/sql?

[1] https://github.com/jackc/pgx

1 comments

It absolutely could, although it doesn't yet. You can track progress by following this issue: https://github.com/kyleconroy/sqlc/issues/28