17 stable releases
4.5.12 | Oct 8, 2024 |
---|---|
4.5.8 | Aug 5, 2024 |
4.5.7 |
|
4.5.2 |
|
0.1.18 | Nov 23, 2022 |
#110 in #database-driver
1,896 downloads per month
Used in 13 crates
(9 directly)
290KB
7K
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
~8–22MB
~340K SLoC