Data Objects

A Data object is the “normal” database object

Data object is the “normal” database object

What we mean by “normal” here is that a Data object very much corresponds with a spreadsheet on the one hand, and with a database table on the other.

A Data Object is a defined structure for holding certain kinds of data.

It has fields and it can have relationships

On device

if you deploy a Logiak App to a mobile device, each Data Object is represented by a table in SQLite on the device.

Supabase

When a backend is used which uses a relational database, a table is created in the database for each Data Object type.

Firebase

When Firebase is used as the backend each Data Object type is a collection and each instance a document in that collection