inference with Supabase
Hi, I'm trying to setup a basic crud with Supabase as data provider and antd for generating the UI's with the inferencer.
Now the schema I have in postgresql, is not the public one. But with another name. I passed this name when configuring the Supabase client. But when I try to browse to the page in chrome it throws an error.
In the console logs there is mentioned that the schema should be the public schema.
Is there no way to configure the schema does it really have to be the public one?
Now the schema I have in postgresql, is not the public one. But with another name. I passed this name when configuring the Supabase client. But when I try to browse to the page in chrome it throws an error.
In the console logs there is mentioned that the schema should be the public schema.
Is there no way to configure the schema does it really have to be the public one?
