Genie Discord forum

You just need an API key, right?

to connect with external database i.e. postgresql
const conndata = Dict{String,Any}("host" => "localhost", "database" => "testdb", "username" => "postgres", "adapter" => "PostgreSQL")
const conn = SearchLight.connect(conndata)
You'll need to pass in the host, username, password, etc. Should be like regular connection

let me know if this does not solve your question. Or maybe show ex from supabase so I know exactly you mean/want? Thanks

or you want to connect to supabase from Genie?