#sqlx #macro #sql #toolkit #postgresql #sqlite #mysql

sqlx-macros-core

Macro support core for SQLx, the Rust SQL toolkit. Not intended to be used directly.

9 releases

new 0.8.0 Jul 23, 2024
0.7.4 Mar 12, 2024
0.7.3 Nov 23, 2023
0.7.2 Sep 26, 2023
0.7.0-alpha.1 Feb 22, 2023

#2736 in Database interfaces

Download history 202347/week @ 2024-04-03 213183/week @ 2024-04-10 211545/week @ 2024-04-17 218249/week @ 2024-04-24 204692/week @ 2024-05-01 211183/week @ 2024-05-08 218931/week @ 2024-05-15 210432/week @ 2024-05-22 232894/week @ 2024-05-29 245669/week @ 2024-06-05 240601/week @ 2024-06-12 221185/week @ 2024-06-19 245854/week @ 2024-06-26 228541/week @ 2024-07-03 238106/week @ 2024-07-10 193823/week @ 2024-07-17

949,617 downloads per month
Used in 587 crates (3 directly)

MIT/Apache

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–27MB
~465K SLoC