SQL 到 REST API 翻译器
Translate SQL queries to HTTP requests and Supabase client code
有时候把 SQL 查询翻译成等效的 PostgREST 请求或 Supabase 客户端代码会有点挑战。可以使用这个工具来帮助完成这种转换。
🌐 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 支持 SQL 的一个子集,所以并不是所有的 SQL 查询都能转换。
🌐 PostgREST supports a subset of SQL, so not all SQL queries will translate.