Help users who don't know anything about DBs

This commit is contained in:
Christopher Jones 2018-02-06 13:35:23 +11:00
parent 047710299a
commit 89941e2603
1 changed files with 2 additions and 1 deletions

View File

@ -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.