← Back to context

Comment by nathancahill

2 years ago

What does the local client side look like? Could it be wrapped in a node daemon to sync to a local SQLite file?

Hey, one of the devs here! JS library already works with Node via `better-sqlite3` library. We provide a way to set up listeners to data changes, or you can just start up a node client and do some work periodically on the synced data.