You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
How to use CLI?
install typeorm globally: npm i -g typeorm
run typeorm -h to show list of available commands
About
Example how to use TypeORM with JavaScript + Babel.