Supabase on backend
Hi all.
I'm wondering how common / what common approaches are used when using supabase in an api, for example I'm building an next frontend with a fastapi backend which talks to supabase for auth / db.
Would it be wrong to use the python client library in my api, or is it more recommended to use the direct connection to the db and write all my SQL through there?
Many thanks
I'm wondering how common / what common approaches are used when using supabase in an api, for example I'm building an next frontend with a fastapi backend which talks to supabase for auth / db.
Would it be wrong to use the python client library in my api, or is it more recommended to use the direct connection to the db and write all my SQL through there?
Many thanks