jsldb

JavaScript Local Database - create and manipulate a type safe JavaScript object database. Lives in memory, saves to JSON.


Project maintained by jechasteen Hosted on GitHub Pages — Theme by mattgraham

Entry

A single unit contained within a table. Must conform to the table’s schema

Field

A data member contained within an entry. The value it contains must conform to the type specified in the schema

Schema

A special object that defines the requirements for entries in a table.

Tutorial

Table

A named grouping of entries.

Query

A find operation using one of the built-in find* methods

Query Object

An object containing the rule(s) that define what a matching entry should look like.