Skip to content
Mikael Carlsson edited this page May 15, 2019 · 3 revisions

lociDB

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

This module lets you store an array of objects into simple plain text files as a JSON string. You don't need to stringify your objects first, lociDB does that for you (see usage below).

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

See our change log in the wiki.

If you planing on storing >100MB of data this module is not for you.

Clone this wiki locally