Update README.md

This commit is contained in:
Ryan Leckey 2019-08-21 21:51:50 -07:00 committed by GitHub
parent bb617f6fa1
commit 9e64093860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ The SQL Toolkit for Rust. Fast, Safe, and Asynchronous.
* **Fast**. _TO BE WRITTEN_
* **Native**. SQLx is a pure Rust† 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 (as of Aug. 2019) ecosystem (the `runtime` crate) 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).