torm 0.2.0

A Tokio-based async ORM for Rust with GORM-like API, supporting SQLite, MySQL and PostgreSQL via native wire protocols
Documentation
1
2
3
4
5
6
// 工具层 - 无外部依赖的简化实现
pub mod simple_pool;
pub mod simple_lru;
pub mod simple_error;
pub mod simple_uuid;
pub mod sql_safety;