-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Related Problem
The postgrest Client provides some valuable functions like ChangeSchema
that cannot be called directly due to Client.rest
being private. We cannot write custom wrappers.
Using the RPC Wrapper does not provide any accessible error information. All occurring errors are set to ClientError
on the postgrest client, which can not be accessed (see above).
Preferred Solution
Just make the Postgrest Client in the supabase client (Client.rest
) public. Or is there any reason not to?
Alternative
Provide wrappers for all major methods in the postgres client and grant access to the client errors.
df-rw
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request