We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9acf00 commit 233a5a7Copy full SHA for 233a5a7
lib/marklogic.js
@@ -217,6 +217,8 @@ function expandExtlibsWrapper(action, args) {
217
* @function module:marklogic.createDatabaseClient
218
* @param {string} [host=localhost] - the host with the REST server for the database
219
* @param {number} [port=8000] - the port with the REST server for the database
220
+ * @param {string} [database] - the name of the database to access, defaulting
221
+ * to the database for the AppServer on the port
222
* @param {string} user - the user with permission to access the database
223
* @param {string} password - the password for the user with permission to access
224
* the database
0 commit comments