17 stable releases
4.5.17 | Dec 1, 2024 |
---|---|
4.5.16 | Oct 8, 2024 |
4.5.15 |
|
4.5.11 |
|
0.1.20 |
|
#119 in #database-driver
1,476 downloads per month
Used in 7 crates
(4 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
~9–23MB
~376K SLoC