diesel VS deuterium-orm

Compare diesel vs deuterium-orm and see what are their differences.

diesel

A safe, extensible ORM and Query Builder for Rust (by diesel-rs)

deuterium-orm

Fully typed SQL query builder for Rust [deprecated] (by s-panferov)
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
diesel deuterium-orm
83 -
12,536 168
1.6% -
9.8 0.0
about 14 hours ago about 6 years ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

diesel

Posts with mentions or reviews of diesel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-10.
  • Rust in Illumos
    5 projects | news.ycombinator.com | 10 Sep 2024
    Here is another thing worth sharing. Database integration tests on Bazel used to be difficult. Ultimately I've found an elegant solution:

    https://github.com/diesel-rs/diesel/blob/master/examples/pos...

    The parallel testing with dangling transactions isn't Diesel or Postgres specific. You can do the same with pure SQL and any relational DB that supports transactions.

    For CI, BuildBuddy can spin up Docker in a remote execution host, then you write a custom util that tests if the DB container is already running and if not starts one, out that in a test and then let Bazel execute all integration tests in parallel. For some weird reasons, all tests have to be in one file per insolated remote execution host, so I created one per table.

    Incremental builds that compile, tests, build and publish images usually complete in about one minute. That's thanks to the 80 Core BuildBuddy cluster with remote cache.

    GitHub took about an hour back in April when the repo was half in size.

    There is real gain in terms of developer velocity.

  • Top 10 Rusty Repositories for you to start your Open Source Journey
    11 projects | dev.to | 19 Dec 2023
    7. Diesel
  • People who use rust and postgres in production along with RDS proxy, what do you do?
    1 project | /r/rust | 15 Nov 2023
    Both seem nice. However, both of them rely very heavily on prepared statements. Unfortunately, using prepared statements is a no-go when you use connection poolers like pgbouncer, or in my case AWS RDS proxy. A discussion in Diesel indicates that disel is not going to provide any support for disabling prepared stements (https://github.com/diesel-rs/diesel/discussions/3575), and a discussion on sqlx hints that disabling prepared statements is possible, but I haven't found any documentation or examples for it.
  • The diesel project is looking for help
    1 project | /r/rust | 4 Nov 2023
    In addition we are experimenting with prebuild versions of diesel-cli that can be installed directly. We have a set of prebuilt binaries here. We are interested in feedback about how the provided binaries work on your platform.
  • cargo-dist pre-release looking for feedback!
    2 projects | /r/rust | 20 Oct 2023
    First of all thanks for making this great tool. As it happens I currently toy around with using it for diesel-cli releases. See the WIP PR here. I think diesel-cli is a good example of a tool that depends on system libraries as it needs to link native database drivers, so this new release is welcome. Defining the dependencies seems to allow easily building things on x86_64-unknown-linux-gnu and x86_64-apple-darwin. It seems to pick up everything in the right way there.
  • Diesel Is a Safe, Extensible ORM and Query Builder for Rust
    1 project | news.ycombinator.com | 18 Sep 2023
  • Rust & MySQL: connect, execute SQL statements and stored procs using crate sqlx.
    3 projects | dev.to | 11 Sep 2023
    I did look at mysql initially. Then I started checking other crates. Diesel is an Object Relation Model (ORM), I'm not yet keen on taking on the complication of learning ORM, I give this crate a pass in the meantime.
  • Queryx: An Open-Source Go ORM with Automatic Schema Management
    3 projects | /r/golang | 5 Jul 2023
    I would recommend people look at diesel from Rust for how nice it could be. https://diesel.rs/ Look at the complex queries example. So much more readable and easier to understand.
  • Diesel polls about upcoming features and guide topics
    1 project | /r/rust | 30 Jun 2023
    Most wanted missing features in diesel
  • Ask HN: Anyone Using Rust for Web Development?
    1 project | news.ycombinator.com | 24 Jun 2023
    There are two problems with using Rust for web servers:

    1. The only production-ready Rust web servers require writing async request handlers. Async Rust is not fun.

    2. The only good Postgres client library is async: https://crates.io/crates/sqlx

    I'm trying to remedy the first problem with https://crates.io/crates/servlin .

    Solving the second problem will be another project. I hope someone else does it. There is https://crates.io/crates/diesel but it has the same problem as async Rust: incomprehensible compiler errors.

deuterium-orm

Posts with mentions or reviews of deuterium-orm. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning deuterium-orm yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing diesel and deuterium-orm you can also consider the following projects:

sea-orm - 🐚 An async & dynamic ORM for Rust

deuterium-orm - Fully typed SQL query builder for Rust [deprecated]

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

rustorm - an orm for rust

r2d2 - A generic connection pool for Rust

rbatis - Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL

Gibbs MySQL Spyglass - Gibbs MySQL Spyglass

prisma-client-rust - Type-safe database access for Rust

tikv - Distributed transactional key-value database, originally created to complement TiDB

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?