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
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.