Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr4shd3v/crash_orm
A simple, typed ORM for Postgres.
https://github.com/cr4shd3v/crash_orm
database orm orm-framework postgres rust
Last synced: 18 days ago
JSON representation
A simple, typed ORM for Postgres.
- Host: GitHub
- URL: https://github.com/cr4shd3v/crash_orm
- Owner: Cr4shd3v
- License: mit
- Created: 2023-08-23T20:45:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-07T14:24:08.000Z (3 months ago)
- Last Synced: 2024-10-13T06:43:29.170Z (about 1 month ago)
- Topics: database, orm, orm-framework, postgres, rust
- Language: Rust
- Homepage:
- Size: 394 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Crash ORM
[![crates.io](https://img.shields.io/crates/v/crash_orm.svg)](https://crates.io/crates/crash_orm)
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](https://docs.rs/crash_orm/latest/crash_orm/).Feel free to [open an issue](https://github.com/Cr4shd3v/crash_orm/issues/new/choose) if you need more / better documentation of a part of this package.
## Reporting Issues / Requesting features
Always feel free to [open an issue](https://github.com/Cr4shd3v/crash_orm/issues/new/choose) 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.