Crates.io | rbdc-mysql |
lib.rs | rbdc-mysql |
version | 4.5.12 |
source | src |
created_at | 2022-08-06 09:48:41.862739 |
updated_at | 2024-10-08 07:26:56.444205 |
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 | 197,276 |
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