Skip to main content

Module db

Module db 

Source
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.
SectionRevs
Revision numbers for each section, used for change detection.