23 releases (stable)
4.5.5 | Oct 8, 2024 |
---|---|
4.5.4 | Mar 25, 2024 |
4.5.3 |
|
4.5.1 |
|
0.1.18 | Oct 26, 2022 |
#260 in #mysql
1,243 downloads per month
Used in rbatis
120KB
3.5K
SLoC
RBDC
-
an database driver abstract
-
support zero copy serde-ser/de
Database -> bytes ->rbs::Value-> Struct(User Define) Struct(User Define) -> rbs::ValueRef -> ref clone() -> Database
how to define my driver?
should impl trait and load driver
- impl trait rbdc::db::{Driver, MetaData, Row, Connection, ConnectOptions, Placeholder};
Dependencies
~7–21MB
~318K SLoC