Showing
85 changed files
with
4333 additions
and
0 deletions
.gitignore
0 → 100755
.idea/modules.xml
0 → 100644
.idea/sequelize-pg-generator.iml
0 → 100644
.idea/vcs.xml
0 → 100644
History.md
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
README-JSDOC-TR.md
0 → 100644
This diff is collapsed. Click to expand it.
README-JSDOC.md
0 → 100644
This diff is collapsed. Click to expand it.
README-TR.md
0 → 100644
This diff is collapsed. Click to expand it.
README.md
0 → 100644
This diff is collapsed. Click to expand it.
config/default.js
0 → 100644
doc/GeneratorUtil.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/classes.list.html
0 → 100644
doc/img/glyphicons-halflings-white.png
0 → 100644
8.57 KB
doc/img/glyphicons-halflings.png
0 → 100644
12.5 KB
doc/index.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/lib_index.js.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/module-lib_index.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/module-path_to_model.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/modules.list.html
0 → 100644
doc/scripts/URI.js
0 → 100644
This diff is collapsed. Click to expand it.
doc/scripts/bootstrap-dropdown.js
0 → 100644
doc/scripts/bootstrap-tab.js
0 → 100644
doc/scripts/docstrap.lib.js
0 → 100644
This diff could not be displayed because it is too large.
doc/scripts/prettify/Apache-License-2.0.txt
0 → 100644
This diff is collapsed. Click to expand it.
doc/scripts/prettify/jquery.min.js
0 → 100644
This diff is collapsed. Click to expand it.
doc/scripts/prettify/lang-css.js
0 → 100644
doc/scripts/prettify/prettify.js
0 → 100644
This diff is collapsed. Click to expand it.
doc/scripts/sunlight.js
0 → 100644
This diff is collapsed. Click to expand it.
doc/scripts/toc.js
0 → 100644
doc/styles/darkstrap.css
0 → 100644
This diff is collapsed. Click to expand it.
doc/styles/prettify-tomorrow.css
0 → 100644
doc/styles/site.amelia.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.cerulean.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.cosmo.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.cyborg.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.darkstrap.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.flatly.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.journal.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.readable.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.simplex.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.slate.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.spacelab.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.spruce.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.superhero.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/site.united.css
0 → 100644
This diff could not be displayed because it is too large.
doc/styles/sunlight.dark.css
0 → 100644
doc/styles/sunlight.default.css
0 → 100644
doc/template_default_index.js.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/template_index.js.html
0 → 100644
doc/template_sequelize4_index.js.html
0 → 100644
This diff is collapsed. Click to expand it.
doc/template_utils.js.html
0 → 100644
jsdoc-conf.json
0 → 100644
lib/_polyfill-quote.js
0 → 100644
lib/bin/spgen.js
0 → 100755
lib/index.js
0 → 100644
This diff is collapsed. Click to expand it.
lib/sequelize-types.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
template/default/column.html
0 → 100644
template/default/index.html
0 → 100644
template/default/index.js
0 → 100644
template/default/relation.html
0 → 100644
template/default/table.html
0 → 100644
template/seq/column.html
0 → 100644
template/seq/index.html
0 → 100644
template/seq/index.js
0 → 100644
template/seq/relation.html
0 → 100644
template/seq/table.html
0 → 100644
template/sequelize4/column.html
0 → 100644
template/sequelize4/index.html
0 → 100644
template/sequelize4/index.js
0 → 100644
template/sequelize4/relation.html
0 → 100644
template/sequelize4/table.html
0 → 100644
template/utils.js
0 → 100644
test/generate-different-config.js
0 → 100644
test/generate.js
0 → 100644
test/usage.js
0 → 100644
test/util/config/reverse-config.json
0 → 100644
test/util/config/template-sequelize4.json
0 → 100644
test/util/create-test-db-1.sql
0 → 100644
This diff is collapsed. Click to expand it.
test/util/create-test-db-2.sql
0 → 100644
This diff is collapsed. Click to expand it.
test/util/db.js
0 → 100644
-
Please register or login to post a comment