do you have an API for this DB? send me the info you have and will see if I can create one. will be a good experiment for all of us.
Discussion
Yes it Supabase db. that mean you just simply use
where should i reach out to you privatly?
import { createClient } from '@supabase/supabase-js'
const supabaseUrl = process.env.SUPABASE_URL
const supabaseKey = process.env.SUPABASE_KEY
const supabase = createClient(supabaseUrl, supabaseKey)