| Crates.io | rbdc-mysql |
| lib.rs | rbdc-mysql |
| version | 4.6.1 |
| created_at | 2022-08-06 09:48:41.862739+00 |
| updated_at | 2025-08-15 04:58:28.18456+00 |
| 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 | 639784 |
| size | 250,527 |
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
should impl trait and load driver