Skip to main content
TermDefinition
SpaceA hub with data and Views relevant to a specific process. For example: Software Development, Candidates tracking, Vacations tracking, CRM, HR, etc.
DatabaseA collection of data records (Entities) that share the same characteristics (Fields).
EntityA Database record. For example, you may have an Interviews Database, and every record in this Database is an Entity.
FieldA way to store information of a certain kind for all Database Entities, such as text, number, relation, etc. You can add as many Fields as you want for every Database.
SchemaThe metadata describing every Database and its Fields.
ViewA way to visualize and edit data records from one or several Databases in order to analyze them and make decisions.

API naming

To avoid confusion, please note that the terms in the API may differ from those in the Fibery User Guide and the interface.
  • Type → Database
  • App → Space
Initially, we used Type and App across all assets and interface. Based on user feedback, we decided to rename them as Database and Space. However, the old terms still exist in the API code and are likely to remain unchanged.