#sql-query #sqlx #sqlite #postgresql #mysql #async #compile-time

sqlx-core

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

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

Download history 279141/week @ 2024-07-18 301355/week @ 2024-07-25 288647/week @ 2024-08-01 323433/week @ 2024-08-08 321095/week @ 2024-08-15 353843/week @ 2024-08-22 339752/week @ 2024-08-29 378102/week @ 2024-09-05 357213/week @ 2024-09-12 363000/week @ 2024-09-19 375527/week @ 2024-09-26 395128/week @ 2024-10-03 387399/week @ 2024-10-10 427713/week @ 2024-10-17 452687/week @ 2024-10-24 409620/week @ 2024-10-31

1,762,352 downloads per month
Used in 1,240 crates (41 directly)

MIT/Apache

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