Popularity
3.7
Declining
Activity
0.0
Stable
168
10
12

Programming language: Rust
License: MIT License
Tags: Database     SQL     ORM    
Latest version: v0.4.0

deuterium alternatives and similar packages

Based on the "ORM" category.
Alternatively, view deuterium-orm alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of deuterium or a related project?

Add another 'ORM' Package

README

What is Deuterium?

Build Status

Deuterium is a fancy SQL builder for Rust. It's designed to provide a DSL to easily build SQL queries in safe and typed way.

Like Rust itself, Deuterium is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request!

# Cargo.toml
[dependencies.deuterium]
git = "https://github.com/deuterium-orm/deuterium"

Examples?

We have a lot! See tests for examples.