2 releases

0.7.9 Jul 3, 2024
0.7.8 Jul 3, 2024

#109 in #sqlx

Download history 750/week @ 2024-06-30 583/week @ 2024-07-07 73/week @ 2024-07-14 2/week @ 2024-07-21 8/week @ 2024-07-28 11/week @ 2024-08-25 6/week @ 2024-09-01 3/week @ 2024-09-08 25/week @ 2024-09-15 23/week @ 2024-09-22 54/week @ 2024-09-29 2/week @ 2024-10-06

105 downloads per month
Used in 4 crates (3 directly)

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–23MB
~375K SLoC