Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 677 Bytes

sql-to-rest.mdx

File metadata and controls

30 lines (25 loc) · 677 Bytes
id title subtitle description
sql-to-rest
SQL to REST API Translator
Translate SQL queries to HTTP requests and Supabase client code
Translate SQL queries to HTTP requests and Supabase client code

Sometimes it's challenging to translate SQL queries to the equivalent PostgREST request or Supabase client code. Use this tool to help with this translation.

PostgREST supports a subset of SQL, so not all SQL queries will translate.

<SqlToRest defaultValue={select title, description from books where description ilike '%cheese%' order by title desc limit 5 offset 10} />