Rust Sqlx

Open-source Rust projects categorized as Sqlx

Top 17 Rust Sqlx Projects

  1. sea-orm

    🐚 An async & dynamic ORM for Rust

    Project mention: Toasty, an Async ORM for Rust | news.ycombinator.com | 2024-10-23
  2. 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.

    CodeRabbit logo
  3. sea-query

    🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite

    Project mention: Rust-Query | news.ycombinator.com | 2024-11-30

    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...

  4. ormx

    bringing orm-like features to sqlx

  5. ormlite

    An ORM in Rust for developers that love SQL.

  6. realworld-rust-axum-sqlx

    A fullstack RealWorld implementation using rust, axum, sqlx, and yew!

  7. sqlx-ts

    node.js compile-time SQL validations & type generations

  8. actix_sqlx_mysql_user_crud

    A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. underway

    ⏳ Durable step functions via Postgres.

    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

  11. sqlx-adapter

    Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs

  12. tide-basic-crud

    Basic CRUD api using Rust / Tide / Sqlx / Postgresql

  13. sqlx_migrator

    SQLX migration using Rust insted of SQL

  14. axum-shuttle-postgres-authentication-demo

    Full stack authenticated site built in Rust with Axum, Postgres and Shuttle

  15. pglistener_poc

    PgListener for real time dynamic constant management.

  16. rust-starter-pack

    Rust Starter Pack - With Tokio Axum, Sqlx, Docker, DB Migrations, Codegen, and more! Project is inspired by Ardan Labs Ultimate Service.

  17. siamstr

    siamstr.com Nostr Address Provider written in Rust.

  18. knodis

    Not sure what this will be yet

  19. database-schema

    This crate provides a simple way to dump a database structure to a file, in SQL format.

  20. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Sqlx discussion

Log in or Post with

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

    1 project | /r/rust | 19 Apr 2023
  • How to parse the AST of an entire crate?

    1 project | /r/rust | 27 Feb 2023
  • Ormlite: An ORM in Rust for developers that love SQL

    1 project | news.ycombinator.com | 25 Jan 2023
  • Enterprise dev's first attempt at mockall. Code review please.

    2 projects | /r/rust | 23 Sep 2022
  • Actix web and mysql set up and orm suggestions ?

    1 project | /r/actix | 12 Sep 2021
  • https://np.reddit.com/r/rust/comments/mqts17/issue_migrating_from_sqlx_035_to_051/gukuwu1/

    1 project | /r/backtickbot | 14 Apr 2021
  • Issue Migrating from SQLx 0.3.5 to 0.5.1

    3 projects | /r/rust | 14 Apr 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
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.
coderabbit.ai

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