Popularity
3.6
Stable
Activity
0.0
Stable
169
10
12
Programming language: Rust
License: MIT License
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.
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrientās PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
Promo
nutrient.io

Do you think we are missing an alternative of deuterium 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.