Skip to content

JoseCToscano/typeorm-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeorm-playground

TypeORM throguh CLI

To create an empty migration file run:

npm run migration:create --name=NameOfMigration

To automatically generate a migration file run:

npm run migration:generate --name=NameOfMigration

To run a migration file:

npm run migration:run

To revert a migration file:

npm run migration:revert

About

I use this repository as a playground environment to test custom implementations for a NodeJS application using TypeORM to connect to a MySQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors