RGLW ORM
This project works as a minimalistic ORM for rust based on sqlx library. It supports PostgreSQL, MySQL and SQlite (all from sqlx support).
How to install
Add this to your Cargo.toml file.
[]
= "0.2.4"
WIP: Missing documentation
This project works as a minimalistic ORM for rust based on sqlx library. It supports PostgreSQL, MySQL and SQlite (all from sqlx support).
Add this to your Cargo.toml file.
[]
= "0.2.4"
WIP: Missing documentation