Module ringo/storage/filestore

A Ringo store implementation that stores entities as JSON files.

This module is meant for development and very small applications only! Specifically, there is no support for indexing, so all queries will result in all data being read and scanned.

Functions

Class Store

Instance Methods


Store (path)

File Store class

Parameters

path the database directory

Store.prototype.defineEntity (type)

Parameters

type