https://github.com/rbatis/rbdc
rbdc-drivers
https://github.com/rbatis/rbdc
Last synced: 2 months ago
JSON representation
rbdc-drivers
- Host: GitHub
- URL: https://github.com/rbatis/rbdc
- Owner: rbatis
- License: apache-2.0
- Created: 2024-10-06T16:42:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T06:45:34.000Z (4 months ago)
- Last Synced: 2025-03-30T00:11:10.790Z (3 months ago)
- Language: Rust
- Size: 288 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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};`