Schemas and tables
- Create a schema for the product, then add tables within it
- Each table defines columns (the fields a record holds)
- Devices and dashboards read and write records against these tables
Writing and reading data
| From | How |
|---|---|
| Firmware (Arduino) | insertDatainDatabase(...), getDatabaseData(...) — see the API reference |
| Dashboard script | db.query / db.insert |
| REST | The Database API endpoints |
| Dashboard widgets | The Database Form control writes; Table / Dynamic Repeater display |
Typical flow
Next: SMS
Send SMS notifications from your product.

