#Sqlx
Showing 20 of 20 repositories tagged #sqlx, ranked by stars
π A powerful relational ORM for Rust
π± A dynamic SQL query builder for MySQL, Postgres and SQLite
A flexible and powerful SQL string builder library plus a zero-config ORM.
The fastest way to deploy a RESTful API with Gin Framework β PostgreSQL, JWT auth, Redis, PDF generation, and Swagger docs out of the box.
πspring-rs is a application framework written in rust inspired by java's spring-boot
Golang Clean Architecture REST API example
Transaction manager for GoLang
Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.
Golang Database Management and Code Generation
ποΈ // Just a place to paste
Goθ½»ιORM,ζ―ζθΎΎζ’¦(dm),ιδ»(kingbase),η₯ι(shentong),εε€§ιη¨(gbase),TDengine,mysql,postgresql,oracle,mssql,sqlite,db2,clickhouse...
πΊ Netflix in Rust/ React-TS/ NextJS, Actix-Web, Async Apollo-GraphQl, Cassandra/ ScyllaDB, Async SQLx, Kafka, Redis, Tokio, Actix, Elasticsearch, Influxdb Iox, Tensorflow, AWS
π A production-ready, batteries-included Rust template for building full-stack applications fast.
In this article, you'll learn how to build a CRUD API in Rust using SQLX, Actix-web, and PostgreSQL. Learning how to build a CRUD API as a developer will equip you with valuable skills for building robust, maintainable, and scalable applications.
A Simple CRUD application with rust, axum, postgresql and sqlx
In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.
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.
Various coding examples in Rust. This is for passionate newbie Rustaceans who wants to change the world with Rust!
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.
A tutorial for building Web Services in Rust with Actix-Web, SQLx, and PostgreSQL