22 stable releases
4.5.16 | Oct 8, 2024 |
---|---|
4.5.12 | Aug 28, 2024 |
4.5.11 | Jul 18, 2024 |
4.5.6 |
|
0.1.20 |
|
#111 in #database-driver
1,566 downloads per month
Used in 7 crates
(4 directly)
415KB
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
~373K SLoC