45 releases

0.7.4 Mar 12, 2024
0.7.3 Nov 23, 2023
0.7.2 Sep 26, 2023
0.7.1 Jul 15, 2023
0.0.0 Nov 27, 2019

#2253 in Database interfaces

Download history 214384/week @ 2024-01-23 212498/week @ 2024-01-30 219104/week @ 2024-02-06 209839/week @ 2024-02-13 216929/week @ 2024-02-20 235944/week @ 2024-02-27 248283/week @ 2024-03-05 253808/week @ 2024-03-12 238181/week @ 2024-03-19 228444/week @ 2024-03-26 255406/week @ 2024-04-02 243457/week @ 2024-04-09 253244/week @ 2024-04-16 260828/week @ 2024-04-23 242597/week @ 2024-04-30 199847/week @ 2024-05-07

1,002,027 downloads per month
Used in 950 crates (36 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–24MB
~401K SLoC