About Control Sandbox 0.2.0
Control Sandbox is a simple utility web page which lets you experiment with ControlDB using a browser environment.
An example database is created by default (in memory), along with sample javascript interaction to populate, query, and sandbox logging capabilities.
If you have databases which have been saved to the filesystem (from node.js, node webkit, or cordova), you load load them and inspect and/or
query their contents.
This utility page is to support ControlDB.
You can also view the GitHub page.
Some example logging commands are :
logText(message);
logObject(obj);
inspectObject(obj);
alertify.log(message);
alertify is a bundled library, click here to learn more of its capability.