I'm studying RxDB to use it in a NodeJS backend with GraphQL replication but I couldn't find any free opensource RxStorage with this specs in the documentation.
- PouchDB - seems to work only with CouchDB replication (no info about GraphQL in the docs)
- Dexie.js uses IndexedDB which is browser based
- LokiJS also uses IndexedDB
- Memory (I'm looking for a persistent solution)
- IndexedDB - browser based
- SQLite - premium
- FoundationDB - premium
Am I missing something?