简体   繁体   中英

Which non premium RxDB RxStorage can be used as a database backend for GraphQL Replication on a NodeJS backend application?

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?

The FoundationDB storage is not part of the premium plugins. You can use that for free. The pouchdb storage does also work for the graphql replication.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM