mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
342 B
342 B
Using CLI
- Create a new entity
- Create a new subscriber
- Create a new migration file
- Create migration from exist table schema
- Run migrations
- Revert migrations
- Sync database schema
- Log sync database schema queries without actual running them
- Completely drop database schema
- Run any sql query
- Create database backup [TBD]