opnsense-ports/databases/sqlx-cli/pkg-descr
Franco Fichtner 3acdf24ca9 */*: sync with upstream
Taken from: FreeBSD
2024-01-02 12:53:53 +01:00

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