A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL
cargo add diesel
[dependencies]
diesel = "2.3.10"
| 官网 | https://diesel.rs |
|---|---|
| 仓库 | https://github.com/diesel-rs/diesel |
| 文档 | https://docs.rs/diesel/ |
| 最新版本 | 2.3.10 |
| 分类 | database |