Skip to content
Mikael Carlsson edited this page Apr 14, 2017 · 3 revisions

#lociDB

Small and simple noSQL-like database module for NodeJS and Electron applications.

This module lets you store objects into simple plain text files as a JSON string. You dont need to stringify your objects first, we do that for you. (see usage -> )

This noSQL-like database is perfect for your small NodeJS and Electron applications where you maby want to store some kind of user settings, todo-list etc for example.

Clone this wiki locally