Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Project Page
d30c9b9b7d9e1fdf5bf2a784e64b2a7289f0cbf7
d30c9b9b7d9e1fdf5bf2a784e64b2a7289f0cbf7
Switch branch/tag
project-page
node_modules
mysql2
lib
constants
cursor.js
Find file
Normal view
History
Permalink
cursor.js
102 Bytes
Newer
Older
add required modules
Rosanny Sihombing
committed
Jul 04, 2022
1
2
3
4
5
6
7
8
'
use strict
'
;
module
.
exports
=
{
NO_CURSOR
:
0
,
READ_ONLY
:
1
,
FOR_UPDATE
:
2
,
SCROLLABLE
:
3
};