9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
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].
|