Rust & MySQL: connect, execute SQL statements and stored procs using crate sqlx.

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust

    Empowering everyone to build reliable and efficient software.

  • 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
  • MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

    According to the documentation, crate sqlx is implemented in Rust, and it's database agnostic: it supports PostgreSQL, MySQL, SQLite, and MSSQL.

  • diesel

    A safe, extensible ORM and Query Builder for Rust

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Destructive move in C++2

    3 projects | /r/cpp | 17 Jan 2023
  • Guide to getting started with SeaORM: an ORM for Rust

    3 projects | dev.to | 16 Jul 2022
  • Building Databases over a Weekend

    5 projects | news.ycombinator.com | 20 Nov 2024
  • Toasty, an Async ORM for Rust

    6 projects | news.ycombinator.com | 23 Oct 2024
  • Rama on Clojure's terms, and the magic of continuation-passing style

    6 projects | news.ycombinator.com | 14 Oct 2024

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