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

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