Registry / database / rbdc-mysql

rbdc-mysql

JSON →
library4.9.6rscratesunverified

An async, pure Rust SQL toolkit and ORM library with compile-time Dynamic SQL for MySQL.

# Cargo.toml [dependencies] rbdc-mysql = "4.9.6"
INSTALL
IMPORT
SIG · RBDC-MYSQL
R
rbdc-mysql
databaserustv4.9.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MysqlDriver
use rbdc_mysql::MysqlDriver;

Initialize the MySQL driver

use rbdc_mysql::MysqlDriver; #[tokio::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { let driver = MysqlDriver {}; println!("MySQL driver initialized"); Ok(()) }
Debug
Known issues
gotchaRequires Tokio async runtime.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=4.0.0
Upgrade
Version history
4.9.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
34
Resources
rbdc-mysql — cargo add rbdc-mysql · libregistry