SaaSHub helps you find the best software and product alternatives Learn more →
Top 17 Rust Sqlx Projects
-
-
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.
-
That's my go-to! Maybe it was not super clear from my comment but I'm not using sea-query-orm but just the query builder, once the query is build you still have to feed it to sqlx (e.g [0]) :)
[0]: https://github.com/SeaQL/sea-query/blob/master/examples/sqlx...
-
-
-
-
-
actix_sqlx_mysql_user_crud
A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Project mention: Ask HN: What Are You Working On? (October 2024) | news.ycombinator.com | 2024-10-27
I’ve been working on open sourcing a background jobs library I built for Rust and Postgres, called Underway.[0] Unlike other similar queuing libraries, it offers a simple “step” functions API for defining dependent units of work.
I built this because a number of projects I work on need a robust, resilient way of deferring work but I didn’t want to add another piece of infrastructure or another language to my stack. Plus as soon as you start to reach for APIs that offer some kind of workflow concept, your options become fewer and further between.
[0]: https://github.com/maxcountryman/underway
-
-
-
-
axum-shuttle-postgres-authentication-demo
Full stack authenticated site built in Rust with Axum, Postgres and Shuttle
-
-
rust-starter-pack
Rust Starter Pack - With Tokio Axum, Sqlx, Docker, DB Migrations, Codegen, and more! Project is inspired by Ardan Labs Ultimate Service.
-
-
-
database-schema
This crate provides a simple way to dump a database structure to a file, in SQL format.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust Sqlx discussion
Rust Sqlx related posts
-
I made reusable template for building REST Web Services in Rust. Uses Actix-web HTTP web framework and SQLX https://github.com/robatipoor/rustfulapi
-
How to parse the AST of an entire crate?
-
Ormlite: An ORM in Rust for developers that love SQL
-
Enterprise dev's first attempt at mockall. Code review please.
-
Actix web and mysql set up and orm suggestions ?
-
https://np.reddit.com/r/rust/comments/mqts17/issue_migrating_from_sqlx_035_to_051/gukuwu1/
-
Issue Migrating from SQLx 0.3.5 to 0.5.1
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Apr 2025
Index
What are some of the best open-source Sqlx projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | sea-orm | 8,062 |
2 | sea-query | 1,363 |
3 | ormx | 295 |
4 | ormlite | 252 |
5 | realworld-rust-axum-sqlx | 245 |
6 | sqlx-ts | 206 |
7 | actix_sqlx_mysql_user_crud | 125 |
8 | underway | 90 |
9 | sqlx-adapter | 54 |
10 | tide-basic-crud | 35 |
11 | sqlx_migrator | 30 |
12 | axum-shuttle-postgres-authentication-demo | 23 |
13 | pglistener_poc | 19 |
14 | rust-starter-pack | 15 |
15 | siamstr | 14 |
16 | knodis | 3 |
17 | database-schema | 2 |