Compile SQL to Supabase DSL
Hi I'm wondering what program does the conversion between the SQL DSL code into the Supabase JS client code
fetch
call.
Seen here https://supabase.com/docs/guides/api/sql-to-restSQL to REST API Translator | Supabase Docs
Translate SQL queries to HTTP requests and Supabase client code
8 Replies
There might be clues in the dashboard/studio code at Supabase/Supabase GitHub. Not sure any users here would know.
@garyaustin thanks, do you know of a more technical chat where the supabase guys are at?
They are not in any particular place I know of. They monitor issues in github for bugs but not constantly. Some are on twitter. I don't know who was responsible for that piece of code. Could be associated with PostgREST.org.
alright, I'll give ol' begriffs a knock knock
I searched the PR's for SQL PostgREST https://github.com/supabase-community/sql-to-rest
GitHub
GitHub - supabase-community/sql-to-rest: SQL to PostgREST translator
SQL to PostgREST translator. Contribute to supabase-community/sql-to-rest development by creating an account on GitHub.
Oh geez didn’t see that repo. You win 🥇
Thank you @garyaustin , I will mention this in the release
do you have a github id
https://github.com/GaryAustin1 found you
Maybe I’ll just use the url constructed and pass that to fetch