Database layer for at-rust-go: SQLite connection pooling and migrations.
This crate provides a thin wrapper around sqlx with SQLite, handling
connection pool creation with sensible defaults (WAL journal mode, foreign
keys enabled) and a two-stage migration system: internal migrations for
atrg's own tables (sessions, etc.) and user-supplied migrations for
application-specific schema.