todo_rotomy VS diesel

Compare todo_rotomy vs diesel and see what are their differences.

todo_rotomy

CRUD example with Rocket, Toql and MySQL (by roy-ganz)

diesel

A safe, extensible ORM and Query Builder for Rust (by diesel-rs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
todo_rotomy diesel
5 82
8 11,740
- 2.1%
0.0 9.5
over 1 year ago 6 days ago
Rust Rust
- Apache License 2.0
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.

todo_rotomy

Posts with mentions or reviews of todo_rotomy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-21.
  • SQL and Rust
    4 projects | /r/rust | 21 Oct 2022
    To check, if it meets your use case see the todo example or guide.
  • Recommended data access patterns for Rust?
    5 projects | /r/rust | 21 Dec 2021
    Sound like object-relational mapping. I'm the author of the Toql ORM, see a Todo example here. I've tried hard to make the API simple, but the lib is fairly capable. I'm using it to power a big REST-server for online-exams (~60 tables). It's currently for MySQL only, more next year.
  • Toql 0.4
    4 projects | /r/rust | 4 Dec 2021
    For more details on changes check out the CHANGELOG.md or to give it a try you may want to run the todo example (MySQL server needed) .
    4 projects | /r/rust | 4 Dec 2021
    Good question! Frankly, I have never really worked with SeaORM and only played around with diesel. If I compare the two Todo examples with SeaORM and Toql I see that Toql works with "normal" structs and the code is more slick for my taste whereas SeaORM works with model structs, a somehow more classical approach. Maybe someone with SeaORM experience can say more about this.

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 2023-12-19.

What are some alternatives?

When comparing todo_rotomy and diesel you can also consider the following projects:

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

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

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

r2d2 - A generic connection pool for Rust

rusqlite-model - Model trait and derive implementation for rusqlite

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

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

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

quaint - SQL Query AST and Visitor for Rust

treasure - ORM for rust (journey begins)

SQLx - Portable SQL script editor/executor based on SQLClient and SQLite