NextDB JavaScript API
Overview
NextDB offers a simple JavaScript API that allows you to interact with your database directly and securely from the browser. The API offers simple object oriented functions for all of the database operations, such as executing queries, inserts, updates, deletes, and relating data. The API also offers utilities for working with dates and binary data, as well as several utilities for speeding up the development process by automatically building and styling your HTML forms.
The API is framework agnostic and integrates with all of the other popular JavaScript frameworks, e.g. jQuery, Dojo, prototype, YUI etc.
Documentation
The API documentation is available at:
This is an article on the basics of the API:
http://www.nextdb.net/examples/basics.html
This is an article on the form builder utilities: