Skip to content

Compatibility with SQLc/SQLx? #224

Answered by ncruces
ekkohdev asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I'm reasonably sure it's possible to use this with SQLc/SQLx.

For SQLc in particular, the code generator uses modernc, but then your code can use whatever driver you want. The queries are pretty generic and standard database/sql is used, so everything should work.

SQLx AFAICT is a wrapper around database/sql, so it should also work fine.

Please report back if you're successful!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ekkohdev
Comment options

Answer selected by ekkohdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants