Work on next-gen data store

This commit is contained in:
Zef Hemel
2023-09-03 21:15:17 +02:00
parent 541b347da4
commit 95d182e382
10 changed files with 511 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
import { safeRun } from "../common/util.ts";
import { IndexedDBKvPrimitives } from "../plugos/lib/indexeddb_kv_primitives.ts";
import { Client } from "./client.ts";
const syncMode = window.silverBulletConfig.syncOnly ||