Set up a model

To generate application code, you need a model containing the entities of your business domain.

There are 3 ways to set up a Telosys model :

  • create a new model from scratch an empty model in which you can then create the entities you need

  • create a new model from an existing relational database : a model created from the database schema (1 entity for each table)

  • install an existing model from a depot download and install a Git repository containing the model

For more information, see pages "Model creation" and "Model installation"

Main commands for model management

Models management is based on "Model commands" and "Entity commands".

See page "Model management".

Last updated