Resources
Migrate to Supabase#
Auth0
Move your auth users from Auth0 to a Supabase project.
Learn moreFirebase Auth
Move your auth users from a Firebase project to a Supabase project.
Learn moreFirestore Data
Migrate the contents of a Firestore collection to a single Postgres table.
Learn moreFirebase Storage
Convert your Firebase Storage files to Supabase Storage.
Learn moreHeroku
Migrate your Heroku Postgres database to Supabase.
Learn moreRender
Migrate your Render Postgres database to Supabase.
Learn moreAmazon RDS
Migrate your Amazon RDS database to Supabase.
Learn morePostgres
Migrate your Postgres database to Supabase.
Learn moreMySQL
Migrate your MySQL database to Supabase.
Learn moreMicrosoft SQL Server
Migrate your Microsoft SQL Server database to Supabase.
Learn morePostgres resources#
Managing Indexes
Improve query performance using various index types in Postgres.
Cascade Deletes
Understand the types of foreign key constraint deletes.
Drop all tables in schema
Delete all tables in a given schema.
Select first row per group
Retrieve the first row in each distinct group.
Print Postgres version
Find out which version of Postgres you are running.