entity

hidden abstract type entity

Parent of all entity types. An entity is a data structure that resides in the SQL database.

Entity values are created with a create statement and are persisted in the database, and are accessed with an @-expression.

Since

0.6.0

See also