๐—ง๐—ต๐—ฒ ๐——๐—ฎ๐˜๐—ฎ๐—ฏ๐—ฎ๐˜€๐—ฒ ๐—•๐—ฟ๐—ฒ๐—ฎ๐—ธ๐—ฑ๐—ผ๐˜„๐—ป I've been a frontend developer for a while. I've used React, Supabase, and Cloudinary. But I never understood what happened inside the database. I used the Supabase dashboard, hoping for the best.

Databases look like spreadsheets. But Postgres enforces rules on your data.

These rules catch bad data before it touches your application. You connect two tables like this:

You can query related data together using JOIN.

Understanding raw SQL makes a difference. It helps you debug confidently. Next, I'll learn about Prisma ORM. Source: https://dev.to/chinwuba_jeffrey/databases-heres-what-actually-clicked-156e