Supabase is an open source Firebase alternative providing all the backend features you need to build a product. You can use it completely, or just the features you need.
As Supabase provides full PostgreSQL database instances, teams can use Bytebase to manage the database development lifecycle for the Supabase databases.
While Supabase already has an easy-to-use GUI to conduct database operations, Bytebase adds the extra value to offer a systematic database development and change workflow. This is especially useful for cross-functional teams requiring collaboration (e.g. having dedicated DBA or platform engineering team apart from the application development teams).
Note down the Host
and Port
info. For User
and Password
, we recommend creating a dedicated user for Bytebase instead of using the default postgres user.
Visit Supabase SQL Editor and create a database user and grants it SUPERUSER role. Below example creates a user named “bytebase”.
Choose PostgreSQL
, and copy the Host
, Port
, User
and Password
from the last two steps to the form and click “Create”. See Add an Instance for more details.
All databases should be sycned properly. Expect some delay if the database instance is large.
So should the tables under the databases.
Supabase is an open source Firebase alternative providing all the backend features you need to build a product. You can use it completely, or just the features you need.
As Supabase provides full PostgreSQL database instances, teams can use Bytebase to manage the database development lifecycle for the Supabase databases.
While Supabase already has an easy-to-use GUI to conduct database operations, Bytebase adds the extra value to offer a systematic database development and change workflow. This is especially useful for cross-functional teams requiring collaboration (e.g. having dedicated DBA or platform engineering team apart from the application development teams).
Note down the Host
and Port
info. For User
and Password
, we recommend creating a dedicated user for Bytebase instead of using the default postgres user.
Visit Supabase SQL Editor and create a database user and grants it SUPERUSER role. Below example creates a user named “bytebase”.
Choose PostgreSQL
, and copy the Host
, Port
, User
and Password
from the last two steps to the form and click “Create”. See Add an Instance for more details.
All databases should be sycned properly. Expect some delay if the database instance is large.
So should the tables under the databases.