Node/TypeORM: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
(Created page with "<source lang="bash"> npm install typeorm --save # make ormconfig.json npx typeorm init </source>")
(No difference)

Revision as of 04:00, 12 August 2020

npm install typeorm --save
# make ormconfig.json
npx typeorm init