4 releases (1 stable)
new 4.3.1 | Mar 21, 2023 |
---|---|
4.2.2 |
|
0.1.20 | Feb 7, 2023 |
0.1.19 |
|
0.1.15 |
|
#9 in #tokio-async-std
842 downloads per month
Used in 5 crates
(3 directly)
340KB
8K
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 Driver
- impl trait Connection
- impl trait Statement
- impl trait ResultSet
- impl trait MetaData
- impl trait ConnectOptions
Dependencies
~15–22MB
~501K SLoC