Quick ORM
Search…
4.2.0
Introduction
Why Quick?
What's New?
Upgrade Guide
Contributing
Guide
Getting Started
Relationships
Relationship Types
Retrieving Relationships
Querying Relationships
Relationship Counts
Ordering By Relationships
Eager Loading
CBORM Compatibility Shim
Collections
Custom Getters & Setters
Serialization
Interception Points
Debugging
FAQ
Cookbook
Introduction
Dynamic Datasource
External Links
API Docs
Source Code
Issue Tracker
Powered By
GitBook
Relationships
Relationships are the heart of any ORM engine. They let you interact with relational database tables in an object-oriented way.
Quick's relationship engine provides readable relationship types, extendible relations at runtime, eager loading, and much more.
Start by checking out the different
relationship types
.
Previous
Query Scopes and Subselects
Next
Relationship Types
Last modified
4yr ago
Copy link
Edit on GitHub