syncorejs
v0.2.2
Published
Local-first reactive backend toolkit for offline apps
Readme
Syncore
Syncore is a local-first reactive backend toolkit for offline apps. It brings a Convex-like programming model to local runtimes backed by SQLite.
Install
npm add syncorejsCLI
npx syncorejs devImports
import { defineSchema, defineTable, query, mutation, s } from "syncorejs";
import { useQuery, useMutation } from "syncorejs/react";
import { createBrowserWorkerClient } from "syncorejs/browser";
import { SyncoreNextProvider } from "syncorejs/next";Docs
- Repository: https://github.com/JPSAUD501/Syncore
- Quickstarts: https://github.com/JPSAUD501/Syncore/tree/main/docs/quickstarts
