9 releases
0.2.5 | Oct 14, 2024 |
---|---|
0.2.4 | Oct 11, 2024 |
0.1.0 | Sep 25, 2024 |
0.0.3 | Sep 24, 2024 |
#373 in Database interfaces
1,536 downloads per month
Used in 3 crates
(via rglw_api_common)
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