Models

A Skuid model is a virtual data object that abstracts a data source or external service. When a builder connects the Skuid managed package to a data source, they can then create and connect a Skuid model to objects within that data source.

Once an object is connected to a model, Skuid creates a visual map of data fields and incorporates metadata, conditions, events, etc. Models provide a single interface for connecting data to UI components and logic.

Skuid models perform CRUD operations, which eliminates the need to write code to create and test data operations.

For more information, see https://docs.skuid.com/latest/en/skuid/models/