# 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](https://quick.ortusbooks.com/5.0.0-1/guide/relationships/relationship-types).
