Go to file
2017-07-03 02:36:55 +02:00
src postgres column types, PK finding; not working relations 2017-07-03 02:36:55 +02:00
test postgres column types, PK finding; not working relations 2017-07-03 02:36:55 +02:00
.gitignore npm update, adding package-lock.json 2017-06-15 18:58:35 +02:00
.npmignore added badges, npmignore 2017-05-03 21:28:58 +02:00
.travis.yml postgres support, not working column types, finding PK 2017-07-02 20:23:54 +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-lock.json postgres support, not working column types, finding PK 2017-07-02 20:23:54 +02:00
package.json postgres support, not working column types, finding PK 2017-07-02 20:23:54 +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