#sqlx #query #sql #sqlite #toolkit #postgresql #driver

sqlx-build-trust-core

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

1 unstable release

0.7.9 Jul 9, 2024

#171 in #sqlx

Download history 913/week @ 2024-07-29 993/week @ 2024-08-05 953/week @ 2024-08-12 978/week @ 2024-08-19 1316/week @ 2024-08-26 1641/week @ 2024-09-02 1758/week @ 2024-09-09 1959/week @ 2024-09-16 1617/week @ 2024-09-23 1393/week @ 2024-09-30 1991/week @ 2024-10-07 1924/week @ 2024-10-14 1668/week @ 2024-10-21 1289/week @ 2024-10-28 648/week @ 2024-11-04 708/week @ 2024-11-11

4,525 downloads per month
Used in 3 crates

MIT/Apache

450KB
8K SLoC

Core of SQLx, the rust SQL toolkit.

Note: Semver Exempt API

The API of this crate is not meant for general use and does not follow Semantic Versioning. The only crate that follows Semantic Versioning in the project is the sqlx crate itself. If you are building a custom SQLx driver, you should pin an exact version for sqlx-core to avoid breakages:

sqlx-core = { version = "=0.6.2" }

And then make releases in lockstep with sqlx-core. We recommend all driver crates, in-tree or otherwise, use the same version numbers as sqlx-core to avoid confusion.

Dependencies

~7–24MB
~388K SLoC