Expand description
Relationship types for schema cache
This module defines types for representing PostgreSQL foreign key relationships and computed (function-based) relationships.
Structs§
- Computed
Relationship - Computed relationship (function-based)
- Junction
- Junction table for many-to-many relationships
- Relationship
- Foreign key relationship between two tables
Enums§
- AnyRelationship
- Either a FK relationship or computed relationship
- Cardinality
- Relationship cardinality