oxidizer

Oxidizer helps you reduce the boiler plate of writing entities, tables & migrations when using tokio-postgres and refinery.


Keywords
sql, orm, tokio-postgres, refinery, postgres, rust, tokio
License
MIT

Documentation

Oxidizer

Actions Status Crates.io API Docs MIT licensed Gitter

Overview

A Rust ORM based on tokio-postgres and refinery that helps you reduce the boilerplate of writing entities, tables & migrations when using tokio-postgres and refinery.

  • Asynchronous from the ground up. All the database operations are efficiently handled by tokio at runtime.
  • Oxidizer macros generate code to access relations between entities with ease. Forward and reverse relations are supported.

Note that, while functional and working, this is in early stages. Use with caution.

Contributing

There are a couple of ways in which you can contribute to Oxidizer, for example:

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Oxidizer by you, shall be licensed as MIT, without any additional terms or conditions.

Feedback

License

This project is licensed under the MIT license.