Crates.io | rglw_orm |
lib.rs | rglw_orm |
version | 0.2.5 |
source | src |
created_at | 2024-09-24 19:48:37.23839 |
updated_at | 2024-10-14 18:50:08.459514 |
description | Rustyglware orm based on sqlx library. |
homepage | |
repository | https://gitlab.com/rglw/public/database/rglw_orm |
max_upload_size | |
id | 1385625 |
size | 11,775 |
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.
[dependencies.rglw_orm]
version = "0.2.5"
WIP: Missing documentation