crash_orm

Crates.iocrash_orm
lib.rscrash_orm
version
sourcesrc
created_at2023-11-01 17:54:23.81765
updated_at2024-12-11 10:47:48.434179
descriptionA simple, typed ORM for Postgres
homepagehttps://github.com/Cr4shd3v/crash_orm
repositoryhttps://github.com/Cr4shd3v/crash_orm
max_upload_size
id1021447
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(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: 369

cargo fmt