The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL.
# Cargo.toml
[dependencies]
rbatis = "4.9.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes an async RBatis connection to MySQL.
Add tokio as a dependency and use #[tokio::main] or similar.
Enable features like 'mysql', 'postgres', or 'sqlite' in Cargo.toml.
No dependency data recorded yet.