Rust ORMs and developer toolkits succeeding C and C++ equivalents.
44 projects
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
A safe, extensible ORM and Query Builder for Rust
🐚 A powerful relational ORM for Rust
🐚 A powerful relational ORM for Rust
Compile Time Async Dynamic SQL ORM
An ORM in Rust for developers that love SQL.
🚀 A production-ready, batteries-included Rust template for building full-stack applications fast.
Sqlite automatic migrations and query builder all in one
Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs
Tauri + SeaORM + SQLite template, ORM and Migration support.
Minimal example using async_graphql, sqlx, warp, and sqlite
siamstr.com Nostr Address Provider written in 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.
Simple example of axum, sqlx with sqlite and utoipa (swagger) - without auth
Simple example of axum, sqlx with sqlite and utoipa (swagger) - without auth
Build a todo app with Tauri using SQLite and sqlx
A basic template for making cross-platform apps with Tauri (Rust), SvelteKit, and SQLite (SQLx)
A basic template for making cross-platform apps with Tauri (Rust), SvelteKit, and SQLite (SQLx)
A URL shortener service written in Rust. Lead by @crustyrustacean for Hacktoberfest 2025
This is an implementation of the realworld project using Axum and SQLx with SQLite
Cartons is a project of projects I built while learning Rust. It has async SSH pools, an ORM, a REST API with auth & database migrations, a gRPC API, CLI tools, and more!
Perry native package for Prisma ORM — drop-in replacement for @prisma/client using sqlx + SQLite
Perry native package for Prisma ORM — drop-in replacement for @prisma/client using sqlx + SQLite
SQLite store for BDK using `sqlx`
ERC20 web3 payment library written in Rust with sqlx/sqlite db backend.
A SQLite3 Client built with Rust Library SQLx and Neon.
A web-based database browser for SQLite, MySQL, and PostgreSQL written in Rust using Rocket and SQLx.
A web-based database browser for SQLite, MySQL, and PostgreSQL written in Rust using Rocket and SQLx.
A robust bridge between TeamTalk and Telegram written in Rust. Features real-time notifications (join/leave), admin moderation tools, and customizable user settings.
Updated version of the old Cyberbun - A Rust based discord bot written in Serenity/Poise with sqlx and Sqlite for the database
A beginner-friendly Rust backend project showcasing Actix Web and SQLite integration with SQLx, featuring basic REST API endpoints for managing blog posts.
A beginner-friendly Rust backend project showcasing Actix Web and SQLite integration with SQLx, featuring basic REST API endpoints for managing blog posts.
Example rust repo using sqlx with sqlite
A production-ready REST API built with Rust, Axum, and SQLite featuring JWT authentication, session management, user & order CRUD operations, middleware-based security, SQLx migrations, and clean architecture principles. Designed for scalability, type safety, and modern backend development.
ergonomic sqlx wrapper for nightly Rust
A high-performance URL Shortener API built with Rust, Axum, SQLite, and SQLx.
A very fast web voting application
A very fast web voting application
Database repository pattern on top of sqlx
High-performance Task Management API. Built with Rust & Axum. Features: Bcrypt Auth, SQLx, SQLite, and Docker. Hardened for security.
rust, axum, sea-orm, migration, jwt
the evaluation backend in idiomatic Rust. axum for REST, async-graphql for GraphQL, sqlx with SQLite and embedded migrations, and a single AppError type whose IntoResponse decides every status code.
Production-style Rust/Axum licensing backend for Roblox products: orders → paid → license issuance → verification, with SQLite, SQLx migrations, rate limiting, OpenAPI docs, tests, and CI.