This is the sample page for jsormdb. Be sure to examine the source code, which is unminified. All JavaScript is in jsormdb-sample.js, except for UI controls, which are in this file.

Note that this sample page includes jquery. This is needed for manipulating this sample page only and has nothing to do with jsormdb itself. jsormdb has no dependencies (other than JavaScript, of course).

In this sample page, two databases are created. The first is loaded from raw data. The second is loaded from a remote server, using http, and processed via a JsonParser. To each database, data is then added, removed and changed, and a commit or reject can be performed.

Raw database



Database Contents

Remote database



Database Contents