A JavaScript ORM that can run on Node.js, browser, Cordova, Ionic, React Native, NativeScript, and Electron platforms. More information: https://typeorm.io/.
typeorm init
typeorm migration:create --name migration_name
typeorm migration:generate --name migration_name
typeorm migration:run
typeorm entity:create --name entity --dir path/to/directory
typeorm schema:sync
on the default connection:typeorm schema:log
typeorm query sql_sentence
typeorm subcommand --help