ezobjects-mysql
Advanced tools
Comparing version 3.0.1 to 3.0.2
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v3.0.1`); | ||
docket.title(`EZ Objects v3.0.2`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`, `mysql-connection.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"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 - v3.0.1 | ||
# EZ Objects - MySQL Edition - v3.0.2 | ||
@@ -18,2 +18,11 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully browserify'd) that aims to save | ||
### Want EZ Objects Without The MySQL? | ||
EZ Object's capabilities has been split into multiple packages to target the needs of specific users. This | ||
is a branch of the original `ezobjects` module that preserves the original MySQL table-linked capability, | ||
while the original `ezobjects` has had it removed so those who don't need to database storage can remove | ||
the dependency. It also worked out better that way so that `ezobjects` types can be different than MySQL | ||
types, which might be different from another database's types, etc. If you don't need MySQL capability, | ||
you can find the original package on [npm](https://www.npmjs.com/package/ezobjects) or [GitHub](https://github.com/om-mani-padme-hum/ezobjects.git). | ||
## Installation | ||
@@ -20,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
409610
388