Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LokiJS replacement for persistent storage in Node #6923

Open
Zelgadis87 opened this issue Mar 1, 2025 · 0 comments
Open

LokiJS replacement for persistent storage in Node #6923

Zelgadis87 opened this issue Mar 1, 2025 · 0 comments

Comments

@Zelgadis87
Copy link

I have just updated RxDB from v14 to v16, and I just noticed that LokiJS was removed from the list of supported storages (rightfully so).
I was planning to update my side project to a different RxStorage implementation, but I can't find any for my Node side project use case:

  • Dexie.js does not work in Node
  • Memory does not persist data
  • MongoDB, FoundationDB and DenoKV require external servers
  • SQLite and Filesystem are premium

It seems the removal of Loki creates a bit of a void for a Node projects that simply used to persist data on the local file system. Am I missing something?

PS: This page in the docs still references LokiJS as a valid solution for this use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant