Skip to content

Commit a6ed396

Browse files
author
Zhen Li
committed
Improving API docs for session
1 parent 7e64b7c commit a6ed396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v1/session.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ import TxConfig from './internal/tx-config';
4949
/**
5050
* A Session instance is used for handling the connection and
5151
* 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.
5254
* @access public
5355
*/
5456
class Session {

0 commit comments

Comments
 (0)