mysql-all-in-one
Version:
A package that allows you to have a complete interaction with a MYSQL database, allowing to connect to the database, retrieve data and create queries.
34 lines • 931 B
JSON
{
"name": "mysql-all-in-one",
"version": "4.10.2",
"description": "A package that allows you to have a complete interaction with a MYSQL database, allowing to connect to the database, retrieve data and create queries.",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Gabriel-Eduardo-Cunha/mysql-all-in-one.git"
},
"keywords": [
"mysql",
"safe",
"sqlinjection",
"query",
"querybuilder",
"dataaccessobject",
"DAO",
"connection",
"multiconnection"
],
"author": "gabriel_eduardo_cunha",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gabriel-Eduardo-Cunha/mysql-all-in-one/issues"
},
"homepage": "https://github.com/Gabriel-Eduardo-Cunha/mysql-all-in-one#readme",
"dependencies": {
"dbgate-query-splitter": "4.6.0",
"lodash": "4.17.21",
"mysql2": "^3.11.3"
},
"devDependencies": {},
"main": "index.js"
}