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
npm install query-mechanic * DEVELOPER: Ajay Chambers
* COMMENTS: Katana.Development@gmail.com
* Created: 2020-06-26
* Updated: 2020-06-26
Dependancies (x11)
* mysql @ NPM
* core-util-is
* inherits
* isarray
* process-nextick-args
* bignumbers.js
* readable-stream
* safe-buffer
* sqlstring
* string_decoder
* util-deprecate
#### activate_insertQry(tableName, tableStructure, values)
#### activate_selectQry(OPTION)
##### OPTION 1: Query Entire Table
|================( -EXAMPLE- )========================================|
=1=
=2=
=3=
=4=
|=====================================================================|
##### OPTION 2: Query Entire Column
|================( -EXAMPLE- )========================================|
=1=
=2=
=3=
=4=
|=====================================================================|
##### OPTION 3: Query Entire Row
|================( -EXAMPLE- )========================================|
=1=
=2=
=3=
=4=
|=====================================================================|
##### OPTION 4: Query value in a specifiv column at a specific row.
|================( -EXAMPLE- )========================================|
=1=
=2=
=3=
=4=
|=====================================================================|
##### OPTION 5:
|================( -EXAMPLE- )========================================|
=1=
=2=
=3=
=4=
|=====================================================================|
#### run_activeQry()