Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 515 Bytes

creating_and_managing_the_data_model.md

File metadata and controls

9 lines (6 loc) · 515 Bytes

The Data Model

The data model is heart of any application. It defines entities and their relationship in the app universe. The data model should be flexible enough to provide consistent reflection of use cases.

You can manage data model on the schema page (/schema).

Among the rest, Orienteer provides following features:

  • Orienteer supports class inheritance.
  • Orienteer is a graph + document type of database, so, properties of a class may have links (references to other documents) as their attributes.