An async, pure Rust SQL toolkit and ORM library with compile-time Dynamic SQL for MySQL.
# Cargo.toml
[dependencies]
rbdc-mysql = "4.9.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the MySQL driver
Add tokio as a dependency and use #[tokio::main].
No dependency data recorded yet.