Development branches start empty
Creating a Neki development branch provisions a new, isolated environment. It does not copy the parent branch’s schema or data. Apply your schema migrations to the new branch and load only the test data you need. To create a branch containing existing data, restore a backup to a new branch instead of creating an ordinary development branch.Create a development branch
1
From the PlanetScale dashboard, select your Neki database.
2
Open the branch menu and select New branch.
3
Choose Development, enter a branch name, and review the selected region and estimated price.
4
Select Create branch and wait for the branch to become ready.
5
Apply your application’s schema migrations and seed data.

