From 89941e2603f3e6d1d892291cb5642a9d3da0fd5f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Feb 2018 13:35:23 +1100 Subject: [PATCH] Help users who don't know anything about DBs --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57be9745..05ab9b09 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -182,7 +182,8 @@ All installations need: After installation of node-oracledb, your Node.js applications will be able to connect to your database. The database can be on the - same machine as Node.js, or on a remote machine. + same machine as Node.js, or on a remote machine. Node-oracledb does + not install or create a database. You will need to know user credentials and the [connection string][7] for the database.