UNPKG

@jovercao/mssql

Version:

Microsoft SQL Server client for Node.js.

16 lines (13 loc) 401 B
'use strict' const ConnectionError = require('./connection-error') const MSSQLError = require('./mssql-error') const PreparedStatementError = require('./prepared-statement-error') const RequestError = require('./request-error') const TransactionError = require('./transaction-error') module.exports = { ConnectionError, MSSQLError, PreparedStatementError, RequestError, TransactionError }