UNPKG

@orbitinghail/sqlsync-solid-js

Version:

SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.

4 lines (3 loc) 173 B
import { SQLSyncProvider } from "./context"; import { createDocHooks, useConnectionStatus } from "./hooks"; export { SQLSyncProvider, createDocHooks, useConnectionStatus };