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
4
5
6
7
8
pub mod id_generator;
pub mod intercept;
pub mod page;
pub mod table_sync;

pub use page::*;
pub use intercept::*;
pub use id_generator::*;