22个版本
使用旧Rust 2015
0.2.2 | 2018年2月7日 |
---|---|
0.2.1 | 2017年10月10日 |
0.2.0 | 2017年9月29日 |
0.1.19 | 2017年9月13日 |
0.1.7 | 2017年6月29日 |
#2643 在 数据库接口
34 每月下载量
395KB
10K SLoC
mon
Rust MongoDB驱动程序
基于 zonyitoo/bson-rs 和 mongodb-labs/mongo-rust-driver-prototype
lib.rs
:
MongoDB Rust驱动程序
您可以通过mon连接到MongoDB。但是API可能会随时更改,请在生产环境中谨慎使用。
此驱动程序目前仅支持MongoDB 3.2.x、MongoDB 3.4.x和更新版本。
安装
依赖项
驱动程序在crates.io上可用。您可以将mon包添加到您的 Cargo.toml
[dependencies]
mon = "0.1"
然后,在您的代码中导入mon库。
#[macro_use]
extern crate mon;
依赖项
~7–16MB
~283K SLoC