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-rest
SQL to REST API Translator | Supabase Docs
Translate SQL queries to HTTP requests and Supabase client code
8 Replies
garyaustin
garyaustin2w ago
There might be clues in the dashboard/studio code at Supabase/Supabase GitHub. Not sure any users here would know.
dmjio
dmjioOP2w ago
@garyaustin thanks, do you know of a more technical chat where the supabase guys are at?
garyaustin
garyaustin2w ago
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.
dmjio
dmjioOP2w ago
alright, I'll give ol' begriffs a knock knock
garyaustin
garyaustin2w ago
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.
dmjio
dmjioOP2w ago
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
dmjio
dmjioOP2w ago
GitHub
GaryAustin1 - Overview
GaryAustin1 has 5 repositories available. Follow their code on GitHub.
dmjio
dmjioOP7d ago
Maybe I’ll just use the url constructed and pass that to fetch

Did you find this page helpful?