Add auto-migration on database startup
- Embed migrations/001_initial.sql into the binary - Run migrations automatically when connecting to database - Uses CREATE TABLE IF NOT EXISTS for idempotent execution
This commit is contained in:
- Embed migrations/001_initial.sql into the binary - Run migrations automatically when connecting to database - Uses CREATE TABLE IF NOT EXISTS for idempotent execution