Rust SQLx Postgres Service
Use when adding, changing, testing, or reviewing Postgres persistence in Rust services that use sqlx, especially when designing migrations, query! or query_as! calls, PgPool injection, transactions, compile-time checked SQL, SQLx offline mode, repository boundaries, or database-backed integration tests.
Rustv0.1.0MITrustsqlxpostgresmigrationspersistence
Install
npx skills add LVTD-LLC/skills --skill rust-sqlx-postgres-serviceFrom `SKILL.md`
Use this skill to make Rust/Postgres changes schema-first, compile-checked, and testable. Prefer explicit migrations, injected pools, narrow repository functions, and transaction boundaries that match the business operation.