11 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.7.0-alpha.2 | Mar 17, 2023 |
#2705 in Database interfaces
1,615,324 downloads per month
Used in 760 crates
(2 directly)
1MB
18K
SLoC
Support crate for SQLx's proc macros.
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 of this and
sqlx-core
to avoid breakages:
sqlx-core = "=0.6.2"
sqlx-macros-core = "=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
~9–32MB
~464K SLoC