| Crates.io | rbdc-pg |
| lib.rs | rbdc-pg |
| version | 4.7.1 |
| created_at | 2022-08-06 09:49:11.078067+00 |
| updated_at | 2026-01-23 06:05:36.301472+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 | 639785 |
| size | 413,134 |
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