j-brn / oxidizer

πŸ“¦ A Rust ORM based on tokio-postgres and refinery

Home Page:https://oxidizer.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Features/Roadmap

  • βš™ - 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 πŸ—’

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.

About

πŸ“¦ A Rust ORM based on tokio-postgres and refinery

https://oxidizer.rs

License:MIT License


Languages

Language:Rust 98.8%Language:Shell 1.0%Language:Dockerfile 0.3%