skyview/internal/database
Ole-Morten Duesund 5733209251 test: Add comprehensive test suite for database functionality
- Add unit tests for database operations and optimization
- Test external data source loading and caching
- Add callsign manager functionality tests
- Create test helpers for database testing utilities
- Ensure database reliability and performance validation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 19:43:41 +02:00
..
api_client.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
database.go feat: Enhance core database functionality and optimization 2025-08-31 19:43:24 +02:00
database_test.go test: Add comprehensive test suite for database functionality 2025-08-31 19:43:41 +02:00
loader.go feat: Enhance core database functionality and optimization 2025-08-31 19:43:24 +02:00
loader_test.go test: Add comprehensive test suite for database functionality 2025-08-31 19:43:41 +02:00
manager_callsign.go fix: Correct callsign database column name from cache_expires to expires_at 2025-08-31 19:39:41 +02:00
manager_callsign_test.go test: Add comprehensive test suite for database functionality 2025-08-31 19:43:41 +02:00
manager_history.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
migrations.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
optimization.go feat: Enhance core database functionality and optimization 2025-08-31 19:43:24 +02:00
optimization_test.go test: Add comprehensive test suite for database functionality 2025-08-31 19:43:41 +02:00
path.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
test_helpers.go test: Add comprehensive test suite for database functionality 2025-08-31 19:43:41 +02:00