environment on supabase.
I have a project on supabase with edge functions, but i need separete database this project. I need this edge functions connect differents databases. Is this possible?
1 Reply
What does that mean?
An edge function can do operations to any API with the apikey/url so it could talk to multiple Supabase instances REST API's as long as you set up the key/url for it to use.