#orm #sql

rglw_orm

Rustyglware orm based on sqlx library

9 releases

new 0.2.5 Oct 14, 2024
0.2.4 Oct 11, 2024
0.1.0 Sep 25, 2024
0.0.3 Sep 24, 2024

#429 in Database interfaces

Download history 311/week @ 2024-09-19 175/week @ 2024-09-26 164/week @ 2024-10-03 773/week @ 2024-10-10

1,423 downloads per month
Used in 3 crates (via rglw_api_common)

MIT license

85KB
2K SLoC

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

Dependencies

~58MB
~1M SLoC