From 6b29a8d525e156c77e1a370849d550c13905a48d Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Wed, 31 Dec 2025 14:22:38 +0100 Subject: [PATCH] todo(16): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + +---