diff --git a/TODO b/TODO index 6cf48ae..63dbc1d 100644 --- a/TODO +++ b/TODO @@ -219,3 +219,14 @@ Description: Even though importlib can find submodules through traversing paths is not supported by some modules like sphinx.ext.autosummary --- + +ID: 16 +Type: feature +Title: SQL-aware dataclass +Status: open +Priority: high +Created: 2025-12-31 +Description: A dataclass that transparently maps onto an SQL datastore, with + command generation for syncing data between data class and store + +---