Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Example how to use TypeORM with TypeScript
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 of typeorm usage
Resources
You can’t perform that action at this time.
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.