The modernc.org/sqlite package registers its driver as 'sqlite', not 'sqlite3'.
Updated the sql.Open() call to use the correct driver name.
This fixes the database connection error:
'sql: unknown driver "sqlite3" (forgotten import?)'
Verified working:
- Database initialization succeeds
- skyview-data status command works
- Main skyview server starts with database connection
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>