10个稳定版本
4.5.5 | 2024年7月3日 |
---|---|
4.5.4 | 2024年3月28日 |
4.5.2 |
|
4.3.12 | 2023年7月14日 |
0.1.14 |
|
#105 in #database-driver
每月752次下载
在 5 个crate中使用 (直接使用2个)
230KB
5.5K SLoC
RBDC
-
数据库驱动器抽象
-
支持零拷贝serde-ser/de
Database -> bytes ->rbs::Value-> Struct(User Define) Struct(User Define) -> rbs::ValueRef -> ref clone() -> Database
如何定义我的驱动器?
应该实现特性和加载驱动器
- impl trait rbdc::db::{Driver, MetaData, Row, Connection, ConnectOptions, Placeholder};
lib.rs
:
SQLite 数据库驱动器。
依赖关系
~24–37MB
~657K SLoC