mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 13:50:21 +00:00
Create a generic SQL category and add SQLx there
This commit is contained in:
parent
ba137acc65
commit
77ee9ea3d3
1 changed files with 3 additions and 1 deletions
|
@ -869,7 +869,7 @@ See also [About Rust’s 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)
|
||||
* [launchbadge/sqlx](https://github.com/launchbadge/sqlx) - generic connection pool with async/await support and type enforcement [<img src="https://img.shields.io/github/workflow/status/launchbadge/sqlx/Rust/master?style=flat-square">](https://github.com/launchbadge/sqlx)
|
||||
|
||||
* NoSQL [[nosql](https://crates.io/keywords/nosql)]
|
||||
|
||||
* [ArangoDB](https://www.arangodb.com)
|
||||
|
@ -909,6 +909,8 @@ See also [About Rust’s 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)]
|
||||
|
|
Loading…
Reference in a new issue