Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
feat(uri-parser): expose the connection string parser as api
Browse files Browse the repository at this point in the history
NODE-1295
  • Loading branch information
mbroadst committed Jan 23, 2018
1 parent 19b42ce commit fdeca2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ module.exports = {
X509: require('./lib/auth/x509'),
Plain: require('./lib/auth/plain'),
GSSAPI: require('./lib/auth/gssapi'),
ScramSHA1: require('./lib/auth/scram')
ScramSHA1: require('./lib/auth/scram'),
// Utilities
parseConnectionString: require('./lib/uri_parser')
};

0 comments on commit fdeca2f

Please sign in to comment.