You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/partner-solutions/neon/manage.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,21 +74,30 @@ To view a specific project, select the project's name.
74
74
75
75
A branch is a copy-on-write clone of your data. You can create a branch from a current or past state. Each Neon project is created with a root branch called main. The first branch that you create is branched from the project's root branch. Subsequent branches can branch off the root branch or from a previously created branch.
76
76
77
-
1.To create a new branch, open the project in the working pane.
77
+
To create a new branch, open the project in the working pane.
78
78
79
79
1. Select **+ Create new Branch** from the menu bar in the working pane.
80
80
81
81
The **Create new Branch** flyout appears in the right side of the working pane.
|Parent branch |Select the parent branch for your new branch. |
89
-
90
85
1. Select the **Create** button.
91
86
87
+
### Connect to a database
88
+
89
+
You can connect projects and branches to a Neon database.
90
+
91
+
To connect to a database, open the project or branch in the working pane.
92
+
93
+
1. Select **Connect to database** from the menu bar in the working pane.
94
+
95
+
1. Verify the default values or select new values from each dropdown.
96
+
97
+
1. Select the copy icon next to the connection string to use it in your application stack.
98
+
99
+
:::image type="content" source="media/manage/connect.png" alt-text="A screenshot of the Connect to database options in the working pane with the copy icon emphasized.":::
0 commit comments