This website requires JavaScript.
Explore
Help
Sign In
f.spilla
/
typeorm-model-generator
Watch
1
Star
0
Fork
0
You've already forked typeorm-model-generator
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
46
Commits
3
Branches
0
Tags
2.6
MiB
TypeScript
100%
06158a50ec
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Kononnable
06158a50ec
typescript version update; nicer fix of possible typescript error
2017-05-29 16:35:10 +02:00
src
typescript version update; nicer fix of possible typescript error
2017-05-29 16:35: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
typescript version update; nicer fix of possible typescript error
2017-05-29 16:35:10 +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
README.md
typeorm-model-generator
Generates models for TypeORM from existing databases.
Work in progress