4
Native Python Execution Support in Supabase
Source: supabase/supabase#41990 · opened by @simon555
Proposal: Native Python Execution Support in Supabase Summary Supabase has become a powerful backend platform by combining Postgres, Auth, Storage, and Edge Functions into a cohesive developer experience. One notable gap, however, is the inability to run Python code natively within the Supabase ecosystem. This post proposes exploring first-class Python execution support in Supabase—either via Edge Functions, background jobs, or an officially supported integration layer—while preserving Supabase’s security, performance, and simplicity guarantees. --- The Problem Today, Supabase supports: • SQL / PL/pgSQL inside Postgres • JavaScript / TypeScript via Edge Functions (Deno) However, Python—one of the most widely used backend and data languages—is not supported in any native execution environment. This creates friction for developers who: • Rely on Python for data processing, ETL, automation, or ML inference • Want scheduled or event-dr…
No pledges yet. Be the first to back this.
Comments
Similar requests
Improve supabase-py Proxy and TLS support
1 vote · 0 comments
Python support for edge functions
119 votes · 0 comments
Native integration between Supabase and ChartDB
27 votes · 0 comments
Documentation update for python (fetch)
1 vote · 0 comments
Provide API Endpoint for Natural Language to SQL Query Execution for Frontend Developers
1 vote · 0 comments
No comments yet.