Commits
Click on a commit to change the comparison rangeReplace in-memory database with SQLite
- Add SQLite driver dependency (github.com/mattn/go-sqlite3)
- Create initDB() function to initialize SQLite database with schema
- Update all API handlers to use SQL queries instead of in-memory slice
- Seed database with initial album data on first run
- Update benchmark setup to initialize database for testing
- Database file: albums.db stores persistent album data
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>