mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
8 lines
293 B
Text
8 lines
293 B
Text
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].
|