0.1.0 • Published 1 year ago

y-expo-sqlite v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

y-expo-sqlite

import { ExpoSQLitePersistence } from "y-expo-sqlite";

const __ydoc = new Y.Doc();
const __yarray = __ydoc.getArray<Todo>("todos");

const provider = new ExpoSQLitePersistence("TodosDoc", __ydoc);
provider.whenSynced.then(() => {
  console.log("content finished loading from database.");
});
0.1.0

1 year ago

0.0.1

1 year ago