skyview/internal
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
..
beast Clean up codebase and fix server host binding for IPv6 support 2025-08-24 18:36:14 +02:00
client Fix issue #21 and add aircraft position tracking indicators 2025-08-31 11:25:42 +02:00
database fix: Update SQLite driver name from 'sqlite3' to 'sqlite' 2025-09-01 19:54:24 +02:00
icao Clean up codebase and fix server host binding for IPv6 support 2025-08-24 18:36:14 +02:00
merger fix: Implement dynamic age calculation for aircraft tracking 2025-09-01 10:29:35 +02:00
modes Implement transponder code (squawk) lookup and textual descriptions 2025-08-31 12:02:02 +02:00
server style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
squawk style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
vrs Fix issue #21 and add aircraft position tracking indicators 2025-08-31 11:25:42 +02:00