Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ec5f8 commit c8e4da5Copy full SHA for c8e4da5
index.js
@@ -5,4 +5,4 @@ exports.createConnection = function(config) {
5
return new Connection({config: new ConnectionConfig(config)});
6
};
7
8
-exports.SqlString = require('./lib/protocol/SqlString');
+exports.escape = require('./lib/protocol/SqlString').escape;
0 commit comments