UNPKG

@jovercao/mssql

Version:

Microsoft SQL Server client for Node.js.

10 lines (8 loc) 149 B
'use strict' module.exports = { READ_UNCOMMITTED: 0x01, READ_COMMITTED: 0x02, REPEATABLE_READ: 0x03, SERIALIZABLE: 0x04, SNAPSHOT: 0x05 }