rbdc 4.5.2

The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL
Documentation
1
2
3
4
5
6
7
8
RBDC driver abstract

* an database driver abstract for rbatis
* supported database drivers see [rbatis]https://github.com/rbatis/rbatis

### how to define my driver to support rbdc driver?

should impl trait and load driver
* impl trait rbdc::db::{Driver, MetaData, Row, Connection, ConnectOptions, Placeholder};