Package Exports
- mysql-error-codes
- mysql-error-codes/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mysql-error-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mysql-error-codes
A list of error codes in Mysql
Usage
$ npm install --save mysql-error-codes
Typescript
import { MysqlErrorCodes } from 'mysql-error-codes';
console.log( MysqlErrorCodes.ER_DUP_ENTRY );
Javascript (node)
const MysqlErrorCodes = require('mysql-error-codes')
console.log(MysqlErrorCodes.ER_DUP_ENTRY);
License
MIT