Genie Discord forum

Author AvatarDale
3/30/2023, 5:47:16 PM

You just need an API key, right?

Author Avatarabhimanyuaryan
4/7/2023, 6:00:01 AM

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

Author Avatarabhimanyuaryan
4/7/2023, 6:03:39 AM

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

Author Avatarabhimanyuaryan
4/7/2023, 6:05:10 AM

or you want to connect to supabase from Genie?