Just migrated my tournament bot to Supabase yester...
# showcase
l
Just migrated my tournament bot to Supabase yesterday 🤩 Using
pg_cron
and
pg_net
to automatically DM people to check in for a tournament they've signed up for, and then also starts the tournament automatically when the time is right. Also integrated it more with Discord, so everything is super cool now! https://eggwp.co/
k
@User this is looking pretty awesome! I had a question were you able to get pg_cron working locally via supabase CLI or did you just run it from the hosted database? I am looking to ping twitch every few minutes was thinking about using pg_cron
l
I just ran it from the hosted database 😄 Didn't care to setup local env
Have you tried to create the
pg_cron
extension locally if you connect to the database directly from your CLI?
k
I have not tried that just yet gunna give it a shot right now. My docker skills are pretty weak lol.