babel-example
babel-example copied to clipboard
Example how to use TypeORM with JavaScript + Babel.
Example how to use TypeORM with JavaScript + Babel
- clone repository
- run
npm i - edit
ormconfig.jsonand change your database configuration (you can also change a database type, but don't forget to install specific database drivers) - run
npm start - enjoy!
How to use CLI?
- install
typeormglobally:npm i -g typeorm - run
typeorm -hto show list of available commands