Skip to content

Commit f93f058

Browse files
committed
Mention the DB in the quickstart
1 parent 9c90346 commit f93f058

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

INSTALL.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,19 @@ version 2.0.
130130
Database 10.2 or greater. Version 11.2 client libraries can connect
131131
to Oracle Database 9.2 or greater.
132132

133-
See [Troubleshooting Node-oracledb Installation Problems](#troubleshooting) if you have issues.
133+
- Your Node.js applications can now connect to your database. The
134+
database can be on the same machine as Node.js, or on a remote
135+
machine. Node-oracledb does not install or create a database.
136+
137+
You will need to know [database credentials][45] and the [connection
138+
string][7] for the database.
134139

135140
After installation, learn how to use node-oracledb from the
136141
[examples][19] and the [documentation][44].
137142

143+
See [Troubleshooting Node-oracledb Installation
144+
Problems](#troubleshooting) if you have installation issues.
145+
138146
## <a name="instructions"></a> 3. Node-oracledb Installation Instructions
139147

140148
#### Which Instructions to Follow
@@ -185,7 +193,7 @@ All installations need:
185193
same machine as Node.js, or on a remote machine. Node-oracledb does
186194
not install or create a database.
187195

188-
You will need to know user credentials and the [connection
196+
You will need to know [database credentials][45] and the [connection
189197
string][7] for the database.
190198

191199
If pre-built binaries are not available or desired, you need these

0 commit comments

Comments
 (0)