mysql-sal
Version: 
mySQL simple abstraction layer
21 lines (20 loc) • 439 B
JSON
{
  "name": "mysql-sal",
  "version": "0.0.6",
  "description": "mySQL simple abstraction layer",
  "repository": "https://github.com/kgbfernando/mysql-sal.git",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mysql",
    "abstraction",
    "util"
  ],
  "author": "Luiz Fernando Furtado",
  "license": "ISC",
  "dependencies": {
    "promise-mysql": "^4.1.1"
  }
}