crash_orm_migration 0.1.0

Migrations for Crash ORM
Documentation

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.

Getting Started

You can find the Getting Started Page here.

Documentation

The Documentation is located here.

However, the documentation is still expanding and some features are not documented yet. 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.