atrg-db 0.1.0

Database layer: SQLite pool and migrations for at-rust-go
Documentation

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.