1
Provide API Endpoint for Natural Language to SQL Query Execution for Frontend Developers
Source: supabase/supabase#46835 · opened by @Aakilahamed006
Modern backend applications often require developers to write SQL queries manually, which can be challenging for those who are less familiar with database syntax. An optional developer-facing API that converts natural language input into executable SQL queries could significantly improve productivity and accessibility. This feature would allow frontend developers to send a natural language request through an API endpoint, which would then translate the request into a safe SQL query, apply necessary validation and permission checks, execute it against the database, and return the result. For example, a request like “get all users who signed up in the last 7 days” could be converted into a SQL query such as SELECT * FROM users WHERE created_at >= NOW() - INTERVAL '7 days'; before execution. This should be considered as an additional, optional developer experience feature that sits on top of the existing Supabase architecture, rather than a change to core query execution or …
No pledges yet. Be the first to back this.
Comments
Similar requests
Enhanced SQL Query Management for Supabase CLI: A Proposal for Query File and Folder Support
4 votes · 0 comments
Enable email Llanguage change based on frontend language
2 votes · 0 comments
Native Python Execution Support in Supabase
4 votes · 0 comments
Frontend Hosting on Supabase Cloud
2 votes · 0 comments
[studio] Support multiple results in SQL Editor
2 votes · 0 comments
No comments yet.