SQL #

MySQL
A complete guide to MySQL in Rust with sqlx — connections and connection pooling, querying and fetching, typed queries with the query! macro, INSERT UPDATE DELETE, transactions, migrations with sqlx-cli, prepared statements, and the repository pattern.
MSSQL
A complete guide to Microsoft SQL Server in Rust with sqlx and tiberius — connections and connection pools, querying and fetching, MSSQL data types, INSERT OUTPUT, transactions, stored procedures, syntax differences from MySQL, and enterprise application integration.
Oracle
A complete guide to Oracle Database in Rust with the oracle crate — Oracle Client prerequisites, connections and connection pools, querying and fetching, Oracle data types, RETURNING INTO, transactions, PL/SQL stored procedures, ROWNUM vs FETCH FIRST, and differences from MySQL and MSSQL.
PostgreSQL
A complete guide to PostgreSQL in Rust with sqlx — connections and pools, querying and fetching, PostgreSQL-exclusive data types like UUID and arrays, RETURNING, transactions with SAVEPOINT, Listen/Notify, full-text search, JSONB, and Axum integration.
About | Author | Content Scope | Editorial Policy | Privacy Policy | Disclaimer | Contact