9:47
SQLx is my favorite PostgreSQL driver to use with Rust.
SQLx is perhaps my favorite Rust crate for interfacing with Postgres, my favorite relational database. It provides a number of ...
33:52
Rust REST API Tutorial: Axum, SQLx, Postgres & Docker
Newsletter: Rust for AI (starting on January 2nd, 2026): https://francescociulla.substack.com/subscribe Let's create a CRUD Rest ...
27:07
My Udemy video on Actix Web and SQLx is out! Covers Extractors, Responders, Route Handlers, Error Handling, SQLx ...
13:53
Rust + Next-Gen SQL Databases = 😍
We look at distributed databases CockroachDB and YugabyteDB and how to integrate with them in a Rust application using the ...
4:54
🚀 Connect to MySQL with Rust in 2025! 🦀📦 | Step-by-Step Async Setup with sqlx
Learn how to connect your Rust application to a MySQL database using the powerful async sqlx crate! 🛠️ Whether you're ...
8:32
Rust | sqlx | MySQL | Tutorial
article: https://medium.com/@mikecode/rust-sqlx-mysql-c6f0f28fc4e5.
5:50
MUST know Rust database libraries
Join our Rust Live Accelerator waitlist (free Rust Job-Ready Roadmap inside): https://letsgetrusty.com/join Let's Get Rusty is the ...
13:29
SQLx in 12 minutes - Rust + Actix Web + PostgreSQL
In this video you'll learn how to setup data persistence in an Actix Web API in Rust using SQLx to connect to a PostgreSQL ...
29:02
Rust ORMs in 2026: Diesel vs SQLx vs SeaORM vs Rusqlite (Full Comparison)
Confused about which Rust ORM to use in 2026? In this complete comparison, I break down the TOP 4 Rust database ...
7:37
Rust | sqlx | SQLite | Tutorial
article: https://medium.com/@mikecode/rust-sqlx-sqlite-8d66dbe5e497.
41:37
How to use SQLx with Actix Web
my odysee: https://odysee.com/@MarcEmpunkt portfolio site written in rust: https://maeurer.dev Source Code: ...
15:46
How to do Postgres query SQLX in Rust - Part0
How to use SQLX to create/update/query data from Database(Postgres) * How integrate sqlx into Rust project * How to use sqlx to ...
21:32
Actix-Web | Build a Restful Api with Postgres Database & Sqlx | Rust | Tutorial | CRUD
article:https://medium.com/@mikecode/actix-web-build-a-restful-api-with-postgresql-database-sqlx-crud-219323d5c17e.
53:46
Build a Real World Full Stack App with Rust (Axum, SQLx, Leptos)
Francesco Ciulla and Rustify — Rust in Production
Ready to deploy your Rust applications the easy way? Try Zerops today and get your full-stack project live in minutes: ...
2:00:01
RUST PROJECT #4 SQLX Migrations | Создаем стартап на языке программирования Rust
Сайт проекта: https://shifu.io Телеграм канал: https://t.me/shifuio ВК: https://vk.com/shifuio Подкаст: https://shifu.mave.digital.
5:51
Rust to Postgres Database with SQLX - Rust Lang Tutorial 2021
Quick Walkthrough / Tutorial showing how to do Database SQL Create, Update, Insert operations using #RustLang to #Postgresql ...
4:58
Rust Web Services: Mastering SQLx & Connection Pools
Welcome to our Rust Web Services series, episode 2! This series is your ultimate guide to mastering the art of building a robust ...
1:57:31
RUST PROJECT #3 SQLX, Docker, PostgreSQL | Создаем стартап на языке программирования Rust
Сайт проекта: https://shifu.io Телеграм канал: https://t.me/shifuio ВК: https://vk.com/shifuio Подкаст: https://shifu.mave.digital.
4:13
Rust + SQLx: SQLite, CRUD & Transactions (Compile-Time Checked)
SQLx validates your SQL at compile time against a real database — no ORMs, no runtime query errors. Full CRUD tutorial with ...