sqlx-cli
There are 20 repositories under sqlx-cli topic.
wpcodevo/rust-axum-jwt-auth
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 framework that provides a reliable and efficient platform for developing microservices and APIs.
AarambhDevHub/rust-backend-axum
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 using Rust. Source code and Postman collection available for easy testing.
wpcodevo/fullstack-rust-app
In this article, I'll walk you through the process of building a backend API using the Actix web framework, SQLX, PostgreSQL, and Docker.
wpcodevo/rust-axum-mysql
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.
wpcodevo/rust-mysql-crud-sqlx
In this article, we will explore how to use Rust, Actix Web, SQLX, and MySQL to build a CRUD (Create, Read, Update, Delete) API.
wpcodevo/rust-user-signup-forgot-password-email
In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database.
AarambhDevHub/rust_auth
Welcome to RustSecureAPI, a robust and secure Rust-based API project built with Actix-Web. This repository provides a comprehensive guide and implementation for creating a scalable backend system with JWT-based authentication and PostgreSQL integration.
litsynp/rust-axum-todo-api
A todo application written in Rust with axum and sqlx.
aakash-rajur/sqlxgen
cli tool to generate sqlx models from schemas and queries
AfaanBilal/moneyflow
MoneyFlow REST API Server in Rust with Actix Web, SQLx and JWT.
sanstzu/auth
Simple Rust server for authentication with Axum and PostgreSQL.
wpcodevo/rust-feedback-api
In this tutorial, we will build a CRUD API for a feedback application. This project will help you get started with API development in Rust or enhance your skills as a Rust developer.
NewbMiao/axum-koans
koans for axum in rust
RGGH/axum_yt
Axum in stages - check branches for progression - highest "p" number is most advanced.
fu-ry17/rust-axum-api
rust axum api - using postgreql and sqlx
hazadus/rust-newsletter
Simple newsletter app, written in Rust.
mikebelanger/ntex_sqlx_experiment
Just fooling around with ntex and sqlx
muharik19/rust_crud_basic
Basic crud rust restful api
s3r1msultan/blazingly_fast_url_shortener
A Rust URL shortener
ungana/sqlx-sqlite-database-connection
An example project showing how to use SQLx and SQLite together in a Rust project.