1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-03-17 20:17:57 +02:00

Merge pull request #854 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 Rust’s Machine Learning Community](https://medium.com/@autumn_
[[database](https://crates.io/keywords/database)] [[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) * [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)] * NoSQL [[nosql](https://crates.io/keywords/nosql)]
* [ArangoDB](https://www.arangodb.com) * [ArangoDB](https://www.arangodb.com)
@ -910,6 +911,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
* [PickleDB](https://pythonhosted.org/pickleDB/) * [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) * [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)] * 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 * 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) * [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)] * MySql [[mysql](https://crates.io/keywords/mysql)]