FrigadeHQ / remote-storage

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack
https://remote.storage
MIT License
1.22k stars 28 forks source link

Implement sqlite support for server #15

Closed christianmat closed 9 months ago

christianmat commented 9 months ago

Title says it all. For those wanting not to stand up Docker/Redis, sqlite is a great alternative for systems with simpler read/write latency requirements.

It will also allow installing and running the server with a single npx install command

christianmat commented 9 months ago

This is now supported.