Skip to content

How to use postgres via sqlx without libpq #2792

Answered by abonander
banool asked this question in Q&A
Discussion options

You must be logged in to vote

SQLx doesn't use libpq. We have our own bespoke implementation of the Postgres protocol, similar to rust-postgres but lower level so we're not beholden to their API design.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@banool
Comment options

@abonander
Comment options

@abonander
Comment options

@banool
Comment options

Answer selected by abonander
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