rbatis 4.7.2

The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL
Documentation
1
2
3
pub type Result<T> = std::result::Result<T, Error>;

pub type Error = rbdc::Error;