Crates.io | rbdc |
lib.rs | rbdc |
version | 4.5.40 |
source | src |
created_at | 2022-08-06 09:45:07.789624 |
updated_at | 2024-11-07 07:30:25.624927 |
description | The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL |
homepage | https://rbatis.github.io/rbatis.io |
repository | https://github.com/rbatis/rbatis |
max_upload_size | |
id | 639781 |
size | 106,775 |
RBDC driver abstract
should impl trait and load driver
rbdc::db::{Driver, MetaData, Row, Connection, ConnectOptions, Placeholder};