Skip to content

Instantly share code, notes, and snippets.

View khattaksd's full-sized avatar
🖐️
Talk is cheap. Show me the code - Linus Torvalds

Salman Khattak khattaksd

🖐️
Talk is cheap. Show me the code - Linus Torvalds
View GitHub Profile
@khattaksd
khattaksd / seed.sql
Created September 22, 2023 00:19
Supabase Seed Users for local development & testing
-- supabase/seed.sql
--
-- create test users
INSERT INTO
auth.users (
instance_id,
id,
aud,
role,
email,