Guides
Supabase
Learn how to manage tables, migrations, RLS policies, triggers, and functions in your Next.js Supabase SaaS template using Supabase.
Tables
This guide will help you to create and manage Supabase tables both locally and remotely, with examples and steps for migrating tables.
RLS Policies
This guide will help you to create and enable RLS policies in Supabase for secure row-level access control, with practical examples and migration steps for Next.js applications.
Triggers
This guide will help you in creating and managing triggers on Supabase tables, including how to set up triggers for various events.
Functions
This guide will help you to create and use Supabase functions in RLS policies and triggers to optimize performance and security in your Next.js application.