Allow direct access to database from edge functions #35132
Unanswered
sreejithnnair
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, supabase.com does not allow direct access to supabase database unless all network restrictions are disabled. If we are using direct access to database in edge functions, the only option is to allow direct access without any restrictions. There should be an option to allow direct access to supabase.com database from edge functions without allowing complete access to database (without any network restrictions). This is important when using ORMs in edge functions. Can this is accommodated please.
All reactions