This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Repository files navigation
Example how to use TypeORM with JavaScript + Babel
- clone repository
- run npm i
- edit ormconfig.json and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
- run npm start
- enjoy!
- install typeorm globally: npm i -g typeorm
- run typeorm -h to show list of available commands