Skip to content

Commit

Permalink
docs: add relationships guide
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Oct 25, 2023
1 parent f91dac6 commit 3a43769
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions guides/relationships.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Relationships Guide

**Feature Overview**
- [Inverses]()
- [Polymorphism]()
- [Links vs Identifiers]()
- [Sync vs Async]()

**Configuration**
- [1:none]() (One To None)
- [1:1]() (One To One)
- [1:Many]() (One To Many)
- [Many:None]() (Many To None)
- [Many:1]() (Many To One)
- [Many:Many]() (Many To Many)

**Mutating Relationships**
- [Adding/Removing]()
- [Saving]()
- [Saving Multiple Related Records At Once]()
- [Sorting & Filtering]()

**Advanced**
- [Understanding "the Graph"]()
- [Pagination]()
- [Directionality]()
- [Compound Foreign Keys]()
- [Joins]()

---

## Feature Overview

---

## Configuration

---

## Mutating Relationships

---

## Advanced

0 comments on commit 3a43769

Please sign in to comment.