sqlx-knowledge-patch
Installation
SKILL.md
SQLx Knowledge Patch
Baseline: SQLx through 0.7.x. Covered range: 0.8.0 through the 0.9.0-changelog batch.
Use this skill before changing SQLx dependencies, features, queries, macros, migrations, connection options, or encoded types. Check the detailed references when a task touches backend-specific behavior.
Reference index
| Reference | Topics |
|---|---|
| installation-and-configuration.md | Rust and CLI requirements, runtime/TLS features, sqlx.toml, offline builds, SQLite linking and opt-in APIs |
| queries-macros-and-types.md | SqlSafeStr, dynamic queries, macro inference, argument/API signature changes, derives, encoded types |
| database-specific-behavior.md | PostgreSQL ipnet and connection escaping, MySQL RSA/text/collations, SQLite value and extension safety |
| migrations-and-observability.md | Migration capabilities and API changes, tracing field correction |