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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To view a specific project, select the project's name.
72
72
73
73
### Add a branch to a project
74
74
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.
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
77
To create a new branch, open the project in the working pane.
78
78
@@ -88,15 +88,15 @@ To create a new branch, open the project in the working pane.
88
88
89
89
### Connect to a database
90
90
91
-
You can connect clients and applications to a Neon database.
91
+
You can connect clients and applications to a Neon database via a connection string.
92
92
93
-
To connect to a database, open your project or branch in the working pane.
93
+
To generate a connection string, open your project or branch in the working pane.
94
94
95
95
1. Select **Connect to database** from the menu bar in the working pane.
96
96
97
97
1. Verify the default values or select new values from each dropdown.
98
98
99
-
1. Select the copy icon next to the connection string to use it in your application stack.
99
+
1. Select the copy icon next to the connection string.
100
100
101
101
:::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