blob: 9b7ee23b6fe1152065de4231aa4f13820acde3b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SQLx is an async, pure Rust SQL crate featuring compile-time checked queries
without a DSL.
Features:
- Truly Asynchronous: Built from the ground-up using async/await
for maximum concurrency.
- Compile-time checked queries.
- Database Agnostic: Support for [PostgreSQL], [MySQL], [SQLite].
|