Go to file
2017-05-27 00:55:10 +02:00
src added relation tests - problems with distinguishing OneTwoMany from OneToOne without indexes 2017-05-27 00:55:10 +02:00
test added relation tests - problems with distinguishing OneTwoMany from OneToOne without indexes 2017-05-27 00:55:10 +02:00
.gitignore Added CI MSSQL Tests 2017-05-14 14:53:06 +02:00
.npmignore added badges, npmignore 2017-05-03 21:28:58 +02:00
.travis.yml travis CI fix3 2017-05-14 15:34:41 +02:00
codecov.yml codecov fix3 2017-05-03 22:20:50 +02:00
LICENSE Initial commit 2017-03-23 20:52:39 +01:00
package.json changed from mustache.js to handlebars.js 2017-05-24 21:06:50 +02:00
README.md codecov added 2017-05-03 22:05:49 +02:00
tsconfig.json first tests created 2017-05-03 19:12:25 +02:00
typings.json some logic in mssqldriver 2017-03-27 00:11:26 +02:00

typeorm-model-generator

Build Status npm version codecov

Generates models for TypeORM from existing databases.

Work in progress