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 7e64b7c commit a6ed396Copy full SHA for a6ed396
src/v1/session.js
@@ -49,6 +49,8 @@ import TxConfig from './internal/tx-config';
49
/**
50
* A Session instance is used for handling the connection and
51
* sending statements through the connection.
52
+ * In a single session, multiple queries will be executed serially.
53
+ * In order to execute parallel queries, multiple sessions are required.
54
* @access public
55
*/
56
class Session {
0 commit comments