Can MongoDB be packaged in an Electron app?

前端 未结 3 1873
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-02 20:57

Can I package MongoDB in an Electron app so I don\'t need to install it on a client\'s machine? I\'m developing an app on OSX and it will probably be used on Windows. Do I

3条回答
  •  离开以前
    2021-01-02 21:30

    The simple and obvious answer is: No. MongoDB is AFAIK not embeddable, at least not in any sense of the word straightforward.

    But the real question is, what problem do you want to solve? Perhaps is PouchDB the database, you want to ship with your app.

提交回复
热议问题