first version. no icons, no user interaction

This commit is contained in:
2025-11-26 23:28:07 +01:00
parent ce5328fe34
commit a3783b5fb6
12 changed files with 1135 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ from myfasthtml.core.utils import retrieve_user_info
class DbManager(SingleInstance):
def __init__(self, parent, root=".myFastHtmlDb", auto_register: bool = True):
super().__init__(parent, auto_register=auto_register)
self.db = DbEngine(root=root)
def save(self, entry, obj):