| Crates.io | crash_orm |
| lib.rs | crash_orm |
| version | 0.7.2 |
| created_at | 2023-11-01 17:54:23.81765+00 |
| updated_at | 2024-12-11 10:47:48.434179+00 |
| description | A simple, typed ORM for Postgres |
| homepage | https://github.com/Cr4shd3v/crash_orm |
| repository | https://github.com/Cr4shd3v/crash_orm |
| max_upload_size | |
| id | 1021447 |
| size | 168,427 |
A simple, typed ORM for Postgres.
The goal of this project is to provide an easy-to-use API to interact with your postgres database.
NOTE: This is a fairly young project, and it may experience breaking changes through MINOR versions. Patch versions will never break your code.
ALSO NOTE: I won't add any other database engine until version 1.0 or until I replace tokio_postgres with a different library.
The Documentation is located at docs.rs.
Feel free to open an issue if you need more / better documentation of a part of this package.
Always feel free to open an issue when you encounter a bug or when you are missing a feature.
I will try to implement as many features as possible, especially considering the structure of this ORM.