rglw_orm

Crates.iorglw_orm
lib.rsrglw_orm
version0.2.5
sourcesrc
created_at2024-09-24 19:48:37.23839
updated_at2024-10-14 18:50:08.459514
descriptionRustyglware orm based on sqlx library.
homepage
repositoryhttps://gitlab.com/rglw/public/database/rglw_orm
max_upload_size
id1385625
size11,775
Jonathan Franco (JONAF2103)

documentation

README

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

Commit count: 58

cargo fmt