UNPKG
mssql2
Version:
latest (3.3.1)
3.3.1
Microsoft SQL Server client for Node.js (fork)
github.com/jholster/node-mssql
jholster/node-mssql
mssql2
/
src
/
isolationlevel.coffee
6 lines
•
121 B
text/coffeescript
View Raw
1
2
3
4
5
6
module.exports
=
READ_UNCOMMITTED:
0x01
READ_COMMITTED:
0x02
REPEATABLE_READ:
0x03
SERIALIZABLE:
0x04
SNAPSHOT:
0x05