crash_orm

Crates.iocrash_orm
lib.rscrash_orm
version0.3.0
sourcesrc
created_at2023-11-01 17:54:23.81765
updated_at2024-05-01 08:04:59.094975
descriptionA simple, typed ORM for Postgres
homepagehttps://github.com/Cr4shd3v/crash_orm
repositoryhttps://github.com/Cr4shd3v/crash_orm
max_upload_size
id1021447
size184,630
(Cr4shd3v)

documentation

https://docs.rs/crash_orm/latest/crash_orm/

README

Crash ORM

crates.io

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.

Documentation

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.

Reporting Issues / Requesting features

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.

Commit count: 287

cargo fmt