| Crates.io | rglw_orm |
| lib.rs | rglw_orm |
| version | 0.3.0 |
| created_at | 2024-09-24 19:48:37.23839+00 |
| updated_at | 2025-05-23 17:43:22.121573+00 |
| description | Rustyglware orm based on sqlx library. |
| homepage | |
| repository | https://gitlab.com/rglw/public/database/rglw_orm |
| max_upload_size | |
| id | 1385625 |
| size | 74,892 |
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.3.0"
WIP: Missing documentation