UNPKG

mssql2

Version:

Microsoft SQL Server client for Node.js (fork)

12 lines (10 loc) 216 B
// Generated by CoffeeScript 1.10.0 (function() { module.exports = { READ_UNCOMMITTED: 0x01, READ_COMMITTED: 0x02, REPEATABLE_READ: 0x03, SERIALIZABLE: 0x04, SNAPSHOT: 0x05 }; }).call(this);