Resources
[
Examples
Official GitHub examples, curated content from the community, and more.
](/docs/guides/resources/examples)[
Glossary
Definitions for terminology and acronyms used in the Supabase documentation.
](glossary/index.md)
Migrate to Supabase#
[
Auth0
Move your auth users from Auth0 to a Supabase project.Learn more
](/docs/guides/resources/migrating-to-supabase/auth0)[
Firebase Auth
Move your auth users from a Firebase project to a Supabase project.Learn more
](/docs/guides/resources/migrating-to-supabase/firebase-auth)[
Firestore Data
Migrate the contents of a Firestore collection to a single Postgres table.Learn more
](/docs/guides/resources/migrating-to-supabase/firestore-data)[
Firebase Storage
Convert your Firebase Storage files to Supabase Storage.Learn more
](/docs/guides/resources/migrating-to-supabase/firebase-storage)[
Heroku
Migrate your Heroku Postgres database to Supabase.Learn more
](/docs/guides/resources/migrating-to-supabase/heroku)[
Render
Migrate your Render Postgres database to Supabase.Learn more
](/docs/guides/resources/migrating-to-supabase/render)[
Amazon RDS
Migrate your Amazon RDS database to Supabase.Learn more
](/docs/guides/resources/migrating-to-supabase/amazon-rds)[
Postgres
Migrate your Postgres database to Supabase.Learn more
](/docs/guides/resources/migrating-to-supabase/postgres)[
MySQL
Migrate your MySQL database to Supabase.Learn more
](/docs/guides/resources/migrating-to-supabase/mysql)[
Microsoft SQL Server
Migrate your Microsoft SQL Server database to Supabase.Learn more
](/docs/guides/resources/migrating-to-supabase/mssql)
Postgres resources#
[
Managing Indexes
Improve query performance using various index types in Postgres.
](../database/postgres/indexes/index.md)[
Cascade Deletes
Understand the types of foreign key constraint deletes.
](../database/postgres/cascade-deletes/index.md)[
Drop all tables in schema
Delete all tables in a given schema.
](../database/postgres/dropping-all-tables-in-schema/index.md)[
Select first row per group
Retrieve the first row in each distinct group.
](../database/postgres/first-row-in-group/index.md)[
Print Postgres version
Find out which version of Postgres you are running.
](../database/postgres/which-version-of-postgres/index.md)