Models/Classes

Database models/classes

A database model is defined with the db_model keyword (db_class is deprecated) keyword followed by the name of the model.

db_model MyModel:
    ...

Models are built up of three parts (two are required and one is optional).

Last updated