Popularity
3.7
Declining
Activity
0.0
Stable
169
9
11
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.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
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.