48 releases
0.8.2 | Sep 3, 2024 |
---|---|
0.8.0 | Jul 23, 2024 |
0.7.4 | Mar 12, 2024 |
0.7.3 | Nov 23, 2023 |
0.0.0 | Nov 27, 2019 |
#2696 in Database interfaces
1,762,352 downloads per month
Used in 1,240 crates
(41 directly)
470KB
9K
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–25MB
~392K SLoC