Merge pull request from bmisiak/patch-1

Add SQLx, an async SQL library which I think deserves more attention
This commit is contained in:
Tom Parker-Shemilt 2020-03-20 23:01:30 +00:00 committed by GitHub
commit 8bb0c9f62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -871,6 +871,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
[[database](https://crates.io/keywords/database)]
* [sfackler/r2d2](https://github.com/sfackler/r2d2) — generic connection pool [<img src="https://api.travis-ci.org/sfackler/r2d2.svg?branch=master">](https://travis-ci.org/sfackler/r2d2)
* NoSQL [[nosql](https://crates.io/keywords/nosql)]
* [ArangoDB](https://www.arangodb.com)
@ -910,6 +911,8 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [PickleDB](https://pythonhosted.org/pickleDB/)
* [seladb/pickledb-rs](https://github.com/seladb/pickledb-rs) — a lightweight and simple key-value store, heavily inspired by Python's PickleDB. [<img src="https://api.travis-ci.org/seladb/pickledb-rs.svg?branch=master">](https://travis-ci.org/seladb/pickledb-rs)
* SQL [[sql](https://crates.io/keywords/sql)]
* Generic
* [launchbadge/sqlx](https://github.com/launchbadge/sqlx) - async PostgreSQL/MySQL/SQLite connection pool with strong typing support [<img src="https://img.shields.io/github/workflow/status/launchbadge/sqlx/Rust/master?style=flat-square">](https://github.com/launchbadge/sqlx)
* Microsoft SQL
* [steffengy/tiberius](https://github.com/steffengy/tiberius) — [<img src="https://api.travis-ci.org/steffengy/tiberius.svg?branch=master">](https://travis-ci.org/steffengy/tiberius)
* MySql [[mysql](https://crates.io/keywords/mysql)]