REL
Rel Concepts
A set of concept guides explaining key aspects of the Rel language.
Concept Guides cover topics important to developing quality applications in Rel.
List of Concept Guides
Relational Knowledge Graphs
- Articles dedicated to relational knowledge graphs.
Control Relations
- Introduces control relations and how they interact within the system.
Working With Base Relations
- Describes how to persist and update data in a RAI database using the Rel language.
Working With Models
- Introduces Rel models, which are sets of definitions that persist as part of the database.
Working With CSV Data
- Explains how to work with CSV data using Rel.
Entities
- Introduces Rel's support for entities, objects that exist independently of their representation in the database.
Integrity Constraints
- Introduces integrity constraints in Rel. Ensure that data integrity is not affected by data insertion, updates, and other processes.
Modules
- Introduces the Rel module syntax, where relations can be grouped together as modules.
Recursion
- Explains recursive logic and how to write recursively defined relations.
Relational Data Modeling
- Describes how to use relations to model data.
Graph Normal Form
- Describes how to work with data in Graph Normal Form.
Value Types
- Describes how to define your own types in Rel.
Was this doc helpful?