weblogin/node_modules/mysql2/lib/constants/cursor.js
Nagy Máté Ferenc fa6959a132 first commit
2023-01-27 12:15:20 +01:00

9 lines
102 B
JavaScript

'use strict';
module.exports = {
NO_CURSOR: 0,
READ_ONLY: 1,
FOR_UPDATE: 2,
SCROLLABLE: 3
};