## RGLW ORM This project works as a minimalistic ORM for rust based on [sqlx](https://github.com/launchbadge/sqlx) library. It supports PostgreSQL, MySQL and SQlite (all from sqlx support). ### How to install Add this to your Cargo.toml file. ```toml [dependencies.rglw_orm] version = "0.2.5" ``` WIP: Missing documentation