query-mechanic
Version:
MySQL/SQL Query string builder. Creates an object that connects to your database in a single line of code. That same object comes with methods that makes accessing, and storing data a much simpler endover. Its probably not the best choice for complex sql
40 lines (39 loc) • 1.48 kB
JSON
{
"name": "query-mechanic",
"version": "1.0.2",
"description": "MySQL/SQL Query string builder. Creates an object that connects to your database in a single line of code. That same object comes with methods that makes accessing, and storing data a much simpler endover. Its probably not the best choice for complex sql use, or even heavy sql use. It is meant to be used in applications that use a database for somthing small like a users database or blogs. A database can make nice functions into not so nice functions which, on a personal level, bothers me. This module is meant to reduce code and keep your backend looking great. Ima make a small couple minute video in the future to showcase this module, I really like it and hope some of you give it a shot. ",
"main": "main.js",
"dependencies": {
"mysql": "^2.18.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Katana-Development/ezsql.git"
},
"keywords": [
"EZSQL",
"SQL",
"MYSQL",
"NPM",
"NodeJS",
"JavaScript",
"Database",
"QueryBuilder",
"Simple",
"Easy",
"Fast",
"Less_lines",
"Less_Code",
"Organized"
],
"author": "Ajay Chambers",
"license": "MIT",
"bugs": {
"url": "https://github.com/Katana-Development/ezsql/issues"
},
"homepage": "https://github.com/Katana-Development/ezsql#readme"
}