change that GameplayDatabase can have different backends, sqlite and postgresql with a Template example backend

This commit is contained in:
2026-04-08 14:28:39 +02:00
parent a62501cf22
commit 341bb27278
10 changed files with 1660 additions and 708 deletions
+2
View File
@@ -1,4 +1,6 @@
from .GameplayDatabase import GameplayDatabase
from .backend import GameplayBackendBuilder
from .LocalStorage import LocalStorage
from .EdgeDB import EdgeDB