// Package db is the postgres adapter: connection pool, migrations, seed // ingest, and sqlc-generated queries. It moved from internal/db in Phase 2 // of the hexagonal refactor (ADR 0016); the package identifier stays `db` // until the repository split (Phase 3) renames it alongside the first // ports implementations landing here. package db