Popularity
3.6
Stable
Activity
0.0
Stable
169
10
12
Programming language: Rust
License: MIT License
Latest version: v0.4.0
deuterium-orm alternatives and similar packages
Based on the "ORM" category.
Alternatively, view deuterium-orm alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of deuterium-orm or a related project?
README
What is Deuterium?
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.