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)
ok. perfect. Just DM me with URL and KEY and also share the DB schema.
Please Login to reply.
No replies yet.