Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8e4da5

Browse files
committed
expose 'escape' from SqlString
1 parent 11ec5f8 commit c8e4da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ exports.createConnection = function(config) {
55
return new Connection({config: new ConnectionConfig(config)});
66
};
77

8-
exports.SqlString = require('./lib/protocol/SqlString');
8+
exports.escape = require('./lib/protocol/SqlString').escape;

0 commit comments

Comments
 (0)