主流数据库和 NoSQL 的 Rust 客户端驱动程序
MSSQL
又名 Microsoft SQL Server,支持它的 Rust 驱动程序开源地址:
支持的版本有 2019、2017、2016、2014、2012、2008、2005
MySQL
- AgilData/mysql-proxy-rs: A highly scalable MySQL Proxy framework written in Rust
- blackbeam/mysql_async: Asyncronous Rust Mysql driver based on Tokio.
- blackbeam/rust-mysql-simple: Mysql client library implemented in rust.
- launchbadge/sqlx: 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
PostgreSQL
SQLite
Oracle
MongoDB
Redis
Elasticsearch
- elastic-rs/elastic: An Elasticsearch REST API client for Rust
- benashford/rs-es: A Rust client for the ElasticSearch REST API
memcache
- aisk/rust-memcache: memcache client for rust
- jaysonsantos/bmemcached-rs: Rust binary memcached implementation
本作品采用《CC 协议》,转载必须注明作者和本文链接