Expand description
Row mapping utilities for converting database rows to domain models
This module provides reusable mapping functions to eliminate duplication in Task construction from SQL query results.
Functionsยง
- map_
task_ row - Map a database row to a Task struct
- parse_
optional_ uuid - Parse an optional UUID string with fallback
- parse_
uuid_ with_ fallback - Parse a UUID string with fallback to Things UUID conversion