I'm building an Electron app, specifically a crypto-currency wallet, so I need all the information stored locally on the user's machine and should not be synced to any server.
I like RethinkDB and would like to use it, but I can't find a way to embed it into the app.
I want the database to launch when the app starts, and shutdown when the app closes... in other words have it embedded into the app.
Is this possible with Rethinkdb? There's no relevant info on the page detailing how to start-up the db but perhaps this can be done anyways?