UNPKG

sqlutils

Version:

Lightweight SQL helper methods that simplify stuff (MySQL and PostgreSQL)

39 lines (38 loc) 854 B
{ "name": "sqlutils", "version": "1.5.4", "description": "Lightweight SQL helper methods that simplify stuff (MySQL and PostgreSQL)", "main": "index.js", "scripts": { "test": "tap --coverage-report=lcov --no-browser --show-full-coverage" }, "repository": { "type": "git", "url": "git+https://github.com/patrickpissurno/sqlutils.git" }, "keywords": [ "sql", "mysql", "postgresql", "pg", "helper", "utils", "easy", "lightweight", "format", "escape" ], "author": "Patrick Pissurno", "license": "MIT", "bugs": { "url": "https://github.com/patrickpissurno/sqlutils/issues" }, "homepage": "https://github.com/patrickpissurno/sqlutils#readme", "devDependencies": { "tap": "^21.0.1" }, "dependencies": { "pg-promise": "^11.10.2", "sqlstring": "^2.3.3" } }