I have a Supabase table that holds multiple API endpoints. At the moment I’m limited both by the Supabase collection and Supabase select workflow by having to pre-determine which columns I want to select. Is there a way of selecting columns dynamically e.g. based on a variable?
You could use the exposed instance - search Supabase SDK instance in the communities search. Then you can do everything with it.