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

Commit fdeca2f

Browse files
committedJan 23, 2018
feat(uri-parser): expose the connection string parser as api
NODE-1295
1 parent 19b42ce commit fdeca2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ module.exports = {
3232
X509: require('./lib/auth/x509'),
3333
Plain: require('./lib/auth/plain'),
3434
GSSAPI: require('./lib/auth/gssapi'),
35-
ScramSHA1: require('./lib/auth/scram')
35+
ScramSHA1: require('./lib/auth/scram'),
36+
// Utilities
37+
parseConnectionString: require('./lib/uri_parser')
3638
};

0 commit comments

Comments
 (0)
This repository has been archived.