Migrating FastAPI from Supabase SDK to SQLAlchemy 2.0
The user is migrating a multi-tenant SaaS application from using `supabase-py` for data access to SQLAlchemy 2.0 with asyncpg for direct database connections. They plan to retain `supabase-py` for authentication purposes. They seek advice on connection pooling, app-layer authentication, and maintaining Realtime functionality without RLS.
Auth
Database
Client libraries
+1