Crates.io | crash_orm |
lib.rs | crash_orm |
version | 0.3.0 |
source | src |
created_at | 2023-11-01 17:54:23.81765 |
updated_at | 2024-05-01 08:04:59.094975 |
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 | 184,630 |
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.