feat: Enhance core database functionality and optimization

- 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>
This commit is contained in:
Ole-Morten Duesund 2025-08-31 19:43:24 +02:00
commit 0f16748224
4 changed files with 219 additions and 6 deletions

2
go.mod
View file

@ -7,4 +7,4 @@ require (
github.com/gorilla/websocket v1.5.3
)
require github.com/mattn/go-sqlite3 v1.14.32 // indirect
require github.com/mattn/go-sqlite3 v1.14.32