rglw_orm 0.2.5

Rustyglware orm based on sqlx library.
Documentation

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.

[dependencies.rglw_orm]
version = "0.2.5"

WIP: Missing documentation