10 stable releases
4.5.5 | Jul 3, 2024 |
---|---|
4.5.4 | Mar 28, 2024 |
4.5.2 |
|
4.3.12 | Jul 14, 2023 |
0.1.14 |
|
#113 in #database-driver
765 downloads per month
Used in 6 crates
(3 directly)
230KB
5.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};
lib.rs
:
SQLite database driver.
Dependencies
~24–37MB
~658K SLoC