skyview/internal/database
Ole-Morten Duesund 11eda62e8b fix: Update SQLite driver name from 'sqlite3' to 'sqlite'
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>
2025-09-01 19:54:24 +02:00
..
api_client.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
database.go fix: Update SQLite driver name from 'sqlite3' to 'sqlite' 2025-09-01 19:54:24 +02:00
database_test.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
loader.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
loader_test.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
manager_callsign.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
manager_callsign_test.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
manager_history.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
migrations.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
optimization.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
optimization_test.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
path.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
test_helpers.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00