account_id
and ensure queries filter by the correct account_id
.getDrizzleSupabaseClient()
for RLS-protected queries.getDrizzleSupabaseAdminClient()
only for admin or special-privilege operations (use sparingly).'use client'
.InferModel<typeof table>
for type-safe operations.account_id
to maintain tenant isolation.try/catch
.account_id
.account_id
.