Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Top 23 Rust ORM Projects
-
Tauri's backend is in Rust, so I always thought the only way to use sqlite ORM in a Tauri app is with projects like diesel or prisma-client-rust, which could be hard because they are in rust. What is even harder is sqlite db encryption. Both of the 2 ORMs don't support cipher encryption, thus I had to write raw sql queries in kunkun Example Maintaining raw sql queries is a nightmare to me, especially when it comes to schema migration. I have to rely on thorough testing to make sure everything is correct. There is no type checking.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
teo – Schema-driven web server framework (written in Rust, supports Python)
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: Cot: The Rust web framework for lazy developers | news.ycombinator.com | 2025-02-21
To be fair, that was added on Jan 20. A whole lot could have changed in a month ;) https://github.com/cot-rs/cot/commit/19b1d897e0af20616a4afa4...
-
native_db
Drop-in, fast, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly.
-
-
-
-
-
-
-
-
Catalytic
🚀 Catalytic is an ORM for ScyllaDb and Cassandra which provides zero-cost abstractions for querying and generating Rust structs based on the database. Scylla and Cassandra are both NoSQL databases which can scale horizontally and hold large amounts of data.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust ORM discussion
Rust ORM related posts
-
Rwf: Call for Beta Testers
-
Toasty, an Async ORM for Rust
-
Rust in Illumos
-
Write a backend server, and you get an Admin Dashboard for free!
-
The web framework that's easy to write for human and AI
-
Laravel inside Rust? I have a reason for that.
-
Teo is the best Node.js back end framework
-
A note from our sponsor - InfluxDB
influxdata.com | 22 Apr 2025
Index
What are some of the best open-source ORM projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | diesel | 13,281 |
2 | sled | 8,406 |
3 | sea-orm | 8,104 |
4 | rbatis | 2,320 |
5 | teo | 1,430 |
6 | rwf | 1,031 |
7 | zino | 918 |
8 | cot | 687 |
9 | native_db | 556 |
10 | njord | 415 |
11 | ormx | 295 |
12 | ormlite | 252 |
13 | rustorm | 249 |
14 | deuterium-orm | 169 |
15 | charybdis | 158 |
16 | anansi | 112 |
17 | Catalytic | 98 |
18 | modyne | 59 |
19 | sqlx-adapter | 54 |
20 | toql | 51 |
21 | treasure | 38 |
22 | dynarust | 16 |
23 | sqlx-models | 12 |