Expand description
Database persistence operations for TodoList.
Provides sync_to_db, load_from_db, and find_by_content methods
that are attached to TodoList via impl blocks in this module.
Database persistence layer for TodoList.
This module provides SQLite-backed storage methods that are attached to
TodoList via impl blocks. These methods handle syncing in-memory
state to the database, loading from the database, and querying by content.