JavaScript Local Database - create and manipulate a type safe JavaScript object database. Lives in memory, saves to JSON.
A single unit contained within a table. Must conform to the table’s schema
A data member contained within an entry. The value it contains must conform to the type specified in the schema
A special object that defines the requirements for entries in a table.
A named grouping of entries.
A find operation using one of the built-in find*
methods
An object containing the rule(s) that define what a matching entry should look like.