Neon is a fully managed serverless PostgreSQL that offers cool features such as database branching, and bottomless storage.
You can create a PostgreSQL instance on Neon and use Bytebase to manage the database development lifecycle for those databases.
While Neon already has developer-oriented features like branching, Bytebase adds 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).
Once you have set up your project, an .env
file will be generated that contains the connection details for your Neon databases, download the file (and make sure to keep it safe!).
Within the file, we will need the following details to establish connection with Bytebase.
From your Bytebase Create Instance page, choose Add Instance, fill in the details to create the connection as follows:
PostgreSQL
.neon-bb
.Prod
or Test
(select the environment you want to add the instance to)..env
file.env
file.env
file.env
fileSee Add an Instance for more details.
All databases should be synced properly. Expect some delay if the database instance is large.
So should the tables under the databases.
Neon is a fully managed serverless PostgreSQL that offers cool features such as database branching, and bottomless storage.
You can create a PostgreSQL instance on Neon and use Bytebase to manage the database development lifecycle for those databases.
While Neon already has developer-oriented features like branching, Bytebase adds 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).
Once you have set up your project, an .env
file will be generated that contains the connection details for your Neon databases, download the file (and make sure to keep it safe!).
Within the file, we will need the following details to establish connection with Bytebase.
From your Bytebase Create Instance page, choose Add Instance, fill in the details to create the connection as follows:
PostgreSQL
.neon-bb
.Prod
or Test
(select the environment you want to add the instance to)..env
file.env
file.env
file.env
fileSee Add an Instance for more details.
All databases should be synced properly. Expect some delay if the database instance is large.
So should the tables under the databases.