Crates.io | rbdc-pg |
lib.rs | rbdc-pg |
version | 4.5.16 |
source | src |
created_at | 2022-08-06 09:49:11.078067 |
updated_at | 2024-10-08 07:27:00.596898 |
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 | 318,496 |
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