Database Replication Strategies

If you are a beginner then read my blog : What is Database.This blog is the part of my series on System Design Roadmap for BeginnersIn large-scale, high-traffic applications, scaling the database laye...
0 Read More

2nd,Create Tables In Supabase

2nd,Create Tables In Supabase
create Profile table to save user's general info as we have setup Google Auth in the last step, we need a table to save user's info ⛶CREATE TABLE public.profiles ( id UUID NOT NULL PR...
0 Read More