- Add comprehensive database optimization management - Enhance external data source loading with progress tracking - Add optimization statistics and efficiency calculations - Update Go module dependencies for database operations - Implement database size and performance monitoring 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
153 B
Modula-2
10 lines
153 B
Modula-2
module skyview
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
)
|
|
|
|
require github.com/mattn/go-sqlite3 v1.14.32
|