This is a port of python [uEngine](https://github.com/viert/uengine) MongoDB ORM library
Very lightweight, memory-efficient (uses generator protocol), dependency-free anti-ORM (Object-Relational Mapper) for Pycopy (https://github.com/pfalcon/pycopy). Using this module, one can simplify typical database access operations, without trading well-known SQL for an obscure and inefficient ORM pseudo-language.
Rust 下的轻量级 ORM 框架,借鉴了 Java MyBatis 的设计理念,强调 SQL 与业务逻辑分离。它结合 Rust 的类型系统与宏机制,支持编写原生 SQL 并自动映射结果,兼容 async/await,兼顾性能与可控性。
uorm 的过程宏集合:提供 mapper_assets! 编译期内嵌 XML mapper 资源,以及 sql_namespace/sql_* 属性宏,简化基于 SQL ID 的 Mapper 调用。
A modular, flexible and lightweight ORM
No description provided.