Oxidizer is now EOL. Unfortunately, we have not been able to allocate time and effort to push Oxidizer forward. the code will remain available in GitHub in archived mode and everyone is welcome to fork and work on features as they wish.
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.
- ⚙ - Work in progress
- 🗒 - TODO
- ⚗ - Implemented/Testing
Name | Status | Issue |
---|---|---|
non-integer primary keys | ⚗ | |
rustls | 🗒 | #13 |
joins | 🗒 | #12 |
mysql support | 🗒 | #11 |
recursive queries | 🗒 | |
transactions | 🗒 | |
select subset of columns | 🗒 |
There are a couple of ways in which you can contribute to Oxidizer, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review the documentation and make pull requests for anything from typos to new content suggestion
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.
- Ask a question on Stack Overflow
- Report an issue
- Up vote popular feature requests
This project is licensed under the MIT license.