#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.

8 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.7.0-alpha.1 Feb 22, 2023

#2596 in Database interfaces

Download history 158707/week @ 2024-01-22 161452/week @ 2024-01-29 164353/week @ 2024-02-05 162994/week @ 2024-02-12 159436/week @ 2024-02-19 177544/week @ 2024-02-26 194150/week @ 2024-03-04 188182/week @ 2024-03-11 187309/week @ 2024-03-18 183846/week @ 2024-03-25 197826/week @ 2024-04-01 205082/week @ 2024-04-08 214624/week @ 2024-04-15 212445/week @ 2024-04-22 208116/week @ 2024-04-29 208145/week @ 2024-05-06

851,876 downloads per month
Used in 471 crates (3 directly)

MIT/Apache

1MB
17K 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

~10–29MB
~491K SLoC