sql-soar
Version:
A SQL build and query tool for node.js.
25 lines (24 loc) • 459 B
JSON
{
"name": "sql-soar",
"version": "1.3.7",
"description": "A SQL build and query tool for node.js.",
"engines": "8.9.1",
"main": "lib/soar.js",
"repository": {
"type": "git",
"url": "https://github.com/benlue/sql-soar.git"
},
"keywords": [
"ORM",
"mySQL",
"sql"
],
"author": {
"name": "Ben Lue, Gocharm Inc."
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"mysql": "^2.18.1"
}
}