All Projects β†’ oxidizer-rs β†’ Oxidizer

oxidizer-rs / Oxidizer

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

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Oxidizer

Ebean
Ebean ORM
Stars: ✭ 1,172 (+1072%)
Mutual labels:  sql, orm, postgres
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (+315%)
Mutual labels:  sql, orm, postgres
Clear
Advanced ORM between postgreSQL and Crystal
Stars: ✭ 220 (+120%)
Mutual labels:  sql, orm, postgres
Beam
A type-safe, non-TH Haskell SQL library and ORM
Stars: ✭ 454 (+354%)
Mutual labels:  sql, orm, postgres
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-16%)
Mutual labels:  sql, orm, postgres
Records
SQL for Humansβ„’
Stars: ✭ 6,761 (+6661%)
Mutual labels:  sql, orm, postgres
Elasticsearch
Use SQL statements to query elasticsearch
Stars: ✭ 98 (-2%)
Mutual labels:  sql, orm
Sqlite orm
❀️ SQLite ORM light header only library for modern C++
Stars: ✭ 1,121 (+1021%)
Mutual labels:  sql, orm
Examples Orms
Sample uses of CockroachDB with popular ORMs
Stars: ✭ 65 (-35%)
Mutual labels:  sql, orm
Sql
MySQL & PostgreSQL pipe
Stars: ✭ 81 (-19%)
Mutual labels:  sql, postgres
Squid
πŸ¦‘ Provides SQL tagged template strings and schema definition functions.
Stars: ✭ 57 (-43%)
Mutual labels:  sql, postgres
Dbx
A neat codegen-based database wrapper written in Go
Stars: ✭ 68 (-32%)
Mutual labels:  sql, orm
Nymph
Data objects for JavaScript and PHP.
Stars: ✭ 97 (-3%)
Mutual labels:  sql, orm
Rpg Boilerplate
Relay (React), Postgres, and Graphile (GraphQL): A Modern Frontend and API Boilerplate
Stars: ✭ 62 (-38%)
Mutual labels:  sql, postgres
Objectivesql
ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration.
Stars: ✭ 1,109 (+1009%)
Mutual labels:  sql, orm
Pqt
Postgres schema definition, sql/go, code generation package.
Stars: ✭ 65 (-35%)
Mutual labels:  sql, orm
Reform
A better ORM for Go, based on non-empty interfaces and code generation.
Stars: ✭ 1,103 (+1003%)
Mutual labels:  sql, orm
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+1167%)
Mutual labels:  sql, postgres
Sequelize
Sequelize module for Nest framework (node.js) 🍈
Stars: ✭ 88 (-12%)
Mutual labels:  sql, orm
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (-9%)
Mutual labels:  sql, orm

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].