Can mongodb be used as an embedded database?

后端 未结 6 1751
清歌不尽
清歌不尽 2020-11-27 14:21

I am working on a RSS reader application. And I need to find a backend database. I want the database be embedded because I don\'t want the users to install a database server

6条回答
  •  感动是毒
    2020-11-27 15:12

    How about Couchbase Lite? It's an open source, embeddable document database. While it can function as a standalone document database, its real value is in its ability to synchronize with remote document databases. It may be aimed at iOS / Android, but it can run on anything with a JVM.

    https://github.com/couchbase/couchbase-lite-java

提交回复
热议问题