https://docs.sqlc.dev/en/latest/reference/config.html
sqlc.yaml description of these settings is unclear, sorry for creating the issue but discord and github q/a are dead
for instance, isn't pgx itself IS a driver? But in practice you only required to specify sql_package
- so what's the heck is
sql_driver setting then?
- what will happen if I specify only
sql_package and omit sql_driver?
- if I'm using
pgx connection pool - do I need to set sql_driver to pgx?
- why would anyone use
sql_package as pgx and sql_driver as lib/pq?