18 stable releases
new 4.5.19 | Apr 29, 2025 |
---|---|
4.5.17 | Dec 1, 2024 |
4.5.16 |
|
4.5.11 |
|
0.1.20 |
|
#322 in #orm
595 downloads per month
Used in 8 crates
(5 directly)
425KB
10K
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
~10–28MB
~408K SLoC