Combining multiple tables in Supabase

Tom Nijhof/Nyhof
ITNEXT
Published in
3 min readOct 6, 2023

--

In a previous blog, I created a Supabase project with 1 table that I read from. Let’s expand it with a second table. Each drink we have is in the table drinks now let’s give each drink a producer in the table producers. We are going to make a relationship between drinks and producers. With that, we are building a relational database.

This blog is part of caffeinecritics.com the code can be found on GitHub.

--

--