Skip to content

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

Notifications You must be signed in to change notification settings

JoseCToscano/typeorm-playground

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

No packages published