mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Update README.md
This commit is contained in:
parent
7671fc403f
commit
9ed276d454
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ The SQL Toolkit for Rust. Fast, Safe, and Asynchronous.
|
|||
|
||||
* **Fast**. _TO BE WRITTEN_
|
||||
|
||||
* **Native**. SQLx is a pure Rust<sub>†</sub> toolkit for SQL. Where possible, drivers are written from scratch, in Rust, utilizing the modern (as of Aug. 2019) ecosystem (the `runtime` crate) for asynchronous network services development.
|
||||
* **Native**. SQLx is a pure Rust<sub>†</sub> toolkit for SQL. Where possible, drivers are written from scratch, in Rust, utilizing the modern ecosystem for asynchronous network services development.
|
||||
|
||||
* **Agnostic**. SQLx is agnostic over the database engine and can operate against a variety of database backends with the backend chosen **at compile-time** through generic constraints **or at runtime** with a slight performance loss (due to dynamic dispatch).
|
||||
|
||||
|
|
Loading…
Reference in a new issue