6 releases (2 stable)
new 4.3.1 | Mar 21, 2023 |
---|---|
4.2.4 |
|
0.1.23 | Feb 19, 2023 |
0.1.22 | Sep 15, 2022 |
0.1.20 | Aug 27, 2022 |
#813 in Database interfaces
1,541 downloads per month
Used in 17 crates
(9 directly)
140KB
4K
SLoC
RBDC driver abstract
- an database driver abstract for rbatis
- supported database drivers see rbatis
how to define my driver to support rbdc 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
- impl trait Placeholder
Dependencies
~11–20MB
~430K SLoC