Back to Supabase

SQL to REST API Translator

apps/docs/content/guides/api/sql-to-rest.mdx

1.26.04458 B
Original Source

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.

<Admonition type="note">

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

</Admonition>

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