We use relations extensively in our systems to help us build structured data.

Let's say you have two databases for your theoretical business 😉

You want to know both which customers bought which items, as well as which items were purchased by which customers. This is a job for relations!

save 1.png

Example use cases

Create a relation

To relate two databases, you need two databases. So let's assume you've made the Customers and Items databases above for the purpose of this walkthrough.