brainstorm client components

This commit is contained in:
talksik
2026-03-14 09:34:11 -07:00
parent 377537b892
commit 590edcf00f
4 changed files with 81 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// Indexdb abstraction that stores (and updates) objects in a pool and allows for live retrieval for the view layer.
/* We should have different databases for different entities.
* Then the view layer can use live queries
* The sync layer will keep this pool up to date
*/