Crates.io | rbdc-sqlite |
lib.rs | rbdc-sqlite |
version | |
source | src |
created_at | 2022-08-06 09:49:49.826356 |
updated_at | 2024-12-01 11:43:48.339979 |
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 | 639786 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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