Sunday 8 January 2017

Looking for a lightweight persistent database (which ISN'T in-memory)

Hey guys,So I'm looking for a simple lightweight database that persists on disk for use with an Electron application I'm working on. I looked at NeDB, but found out that it keeps a copy of the database in memory at all times -- and this won't work for me because I'm expecting an extremely large number of records, and MongoDB isn't something that you can just bundle as part of an Electron app.Do you have any suggestions for me?

Submitted January 08, 2017 at 09:28AM by i-hate-animals

No comments:

Post a Comment