You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: