mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix spelling
This commit is contained in:
parent
bfeecc2c22
commit
20650a9ed4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ SQLx is a modern SQL client built from the ground up for Rust, in Rust.
|
|||
* **Truly Asynchronous**. Built from the ground-up using [async-std] using async streams for maximum concurrency.
|
||||
|
||||
* **Type-safe SQL** (if you want it) without DSLs. Use the `query!()` macro to check your SQL and bind parameters at
|
||||
compile time. (You can stil use dynamic SQL queries if you like.)
|
||||
compile time. (You can still use dynamic SQL queries if you like.)
|
||||
|
||||
* **Pure Rust**. The Postgres and MySQL/MariaDB drivers are written in pure Rust using **zero** unsafe code.
|
||||
|
||||
|
|
Loading…
Reference in a new issue