Expand description
Database initialization and management for the track CLI.
This module handles SQLite database creation, schema initialization, migrations, and application state management. The database stores all task, TODO, link, scrap, and Git repository information.
Modules§
- row_
mapping - Shared SQLite row parsing helpers for domain entities.
Structs§
- Database
- Database connection and management.
- Section
Revs - Revision numbers for each section, used for change detection.