I'd choose couchdb for small size and you can easily use it with the Electron.
You can easily Create couchdb database in Node.JS .
When you don't want to use something like MongoDB, you can definitely use the couchdb as it is easy to scale for small projects.
I am not sure though why not most of the projects use it instead of the MongoDB. I find it pretty good enough for my use in small side projects.