FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests