Rust Sea-Query for Production Coding - SQL Builder for PostgreSQL, MySQL, and SQLite
Jeremy Chone via YouTube
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore an in-depth tutorial on upgrading Rust web application code to use sea-query, a powerful SQL Builder library supporting multiple databases. Learn how to implement advanced filtering capabilities with MODQL, enabling a composable filters query API for JSON-RPC layers. Dive into three main chapters covering the transition from sqlb/sqlx to sea-query/modql, implementing modql filters, and demonstrating RPC ListParams with filter functionality. Gain insights into creating versatile, protocol-independent code suitable for various application types, including web apps, job/message-based services, and desktop commands. Follow along with code examples and practical demonstrations to enhance your Rust web development skills and create more robust, flexible applications.
Syllabus
- - Intro
- - Intro Advanced Filter
- - Code/Git structure
- 03:17 - Chapter 1 - sqlb/sqlx -to- sea-query/modql
- 21:57 - Chapter 2 - modql & filters
- 40:33 - Chapter 3 - RPC ListParams and filter demo quick_dev
Taught by
Jeremy Chone