home/categories/sql-databases/ohaddahan-claude-extras-skills-rust-sqlx-skill-skill-md
sql-databasesdatabases

rust-sqlx

Rust SQLx patterns for PostgreSQL. Covers compile-time checked queries (sqlx::query!), runtime queries with FromRow, migrations with sqlx-cli, offline mode with sqlx prepare, and idiomatic Rust coding style for database access. Use when: writing Postgres queries in Rust, setting up database migrations, debugging sqlx compile errors, or optimizing database code structure.

ohaddahan
maintainer
ohaddahan
अपडेट किया गया 1/19/2026
स्टार
3
फोर्क
0
quick start

Installation and usage

Rust SQLx patterns for PostgreSQL. Covers compile-time checked queries (sqlx::query!), runtime queries with FromRow, migrations with sqlx-cli, offline mode with sqlx prepare, and idiomatic Rust coding style for database access. Use when: writing Postgres queries in Rust, setting up database migrations, debugging sqlx compile errors, or optimizing database code structure.

इंस्टॉलेशन
$ install --globalskills.sh
उपयोग

इंस्टॉल करने के बाद, आप टर्मिनल में यह कमांड चलाकर इस स्किल का उपयोग कर सकते हैं:

skills use rust-sqlx