todo(16): open

This commit is contained in:
Tiara Rodney 2025-12-31 14:22:38 +01:00
parent c96568f42f
commit 6b29a8d525
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

11
TODO
View file

@ -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
---