Data Model Definition Overview

The first step in writing an application on the Infinity platform is to define a data model. A data model defines the structure of tables and the relationships between tables. An Infinity application will interact with the data within tables defined by the data model. Within Infinity, the data model is created with TableSpecs and CodeTableSpecs.

Infinity Data Model Definition