sqlx-cli topic

List sqlx-cli repositories

fullstack-rust-app

43
Stars
4
Forks
Watchers

In this article, I'll walk you through the process of building a backend API using the Actix web framework, SQLX, PostgreSQL, and Docker. Once we've created a powerful backend, we'll move on to buildi...

rust-axum-jwt-auth

110
Stars
10
Forks
Watchers

Are you interested in building a secure authentication system for your Rust web application? Look no further than the Axum framework and JSON Web Tokens (JWTs)! Axum is a fast and scalable Rust web fr...

rust-axum-mysql

26
Stars
5
Forks
Watchers

In this article, you'll discover how to use the Axum framework to build a RESTful API in Rust that supports basic CRUD (Create, Read, Update, Delete) operations against a MySQL database.

rust-mysql-crud-sqlx

17
Stars
4
Forks
Watchers

In this article, we will explore how to use Rust, Actix Web, SQLX, and MySQL to build a CRUD (Create, Read, Update, Delete) API.

rust-backend-axum

27
Stars
4
Forks
Watchers

Master Rust backend development with Axum in this comprehensive tutorial. Learn user authentication, PostgreSQL integration, email verification, and secure APIs. Build scalable, production-ready apps...