Data is stored and built around the
Simbla.object
that contains key-value pairs of JSON-compatible data. This data is schemaless, so just set any key-value pairs you want and we will store it.In our example, we will track the stock of cars in a showroom using our "Cars" table as given in the javascript page.
Before you get started, create a table with a few columns and manually add a raw to test that the table is working as you want it to.
Make sure all of your permissions of the table are set to public before you start.
A Simbla.object
could contain:
Simbla.Object.extended
method.
Simbla.query
will react with any Simbla.object
with the same classname :
You can also use the new Simbla.Object(className)
to create a new single Simbla object within the class.