From 9e640938601552dd9f92f3c727c8a69ec013aba7 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Wed, 21 Aug 2019 21:51:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675e14af..bbca28a8 100644 --- a/README.md +++ b/README.md @@ -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 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).