Popularity
3.7
Declining
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.
-
deuterium-orm
Fully typed SQL query builder for Rust [deprecated]
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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.