ezobjects-mysql
Advanced tools
Comparing version 10.1.7 to 10.1.8
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v10.1.7`); | ||
docket.title(`EZ Objects v10.1.8`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "10.1.7", | ||
"version": "10.1.8", | ||
"description": "Easy dynamic object generation with optional MySQL table linking", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# EZ Objects - MySQL Edition - v10.1.7 | ||
# EZ Objects - MySQL Edition - v10.1.8 | ||
@@ -55,3 +55,3 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully [browserify](https://github.com/browserify/browserify)'d) that aims to save | ||
4) Create my *user_accounts* MySQL table using the [ezobjects.createTable()](#ezobjectscreatetableobjectconfig-db) function (if it doesn't already exist) | ||
5) Demonstrate the [instanciation](#new-myobjectdata) of an EZ Object and use of the [getters](#myobjectmyproperty), [setters](#myobjectmypropertyvalue), and [insert](#myobjectinsertdb)/[update](#myobjectupdatedb)/[load](#myobjectloadfieldvalue-db)/[delete](#myobjectdeletedb) class methods that EZ Objects automatically provides. | ||
5) Demonstrate the [instatiation](#new-myobjectdata) of an EZ Object and use of the [getters](#myobjectmyproperty), [setters](#myobjectmypropertyvalue), and [insert](#myobjectinsertdb)/[update](#myobjectupdatedb)/[load](#myobjectloadfieldvalue-db)/[delete](#myobjectdeletedb) class methods that EZ Objects automatically provides. | ||
@@ -58,0 +58,0 @@ See below: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
795421