https://github.com/lxsbw/db-base-ts-typeorm
TypeORM transfer script
https://github.com/lxsbw/db-base-ts-typeorm
db script typeorm
Last synced: 10 months ago
JSON representation
TypeORM transfer script
- Host: GitHub
- URL: https://github.com/lxsbw/db-base-ts-typeorm
- Owner: Lxsbw
- Created: 2021-02-21T17:35:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T10:37:07.000Z (over 1 year ago)
- Last Synced: 2025-02-05T08:22:08.067Z (12 months ago)
- Topics: db, script, typeorm
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
TypeOrm 迁移脚本项目
## Installation
```bash
$ yarn install
```
## 新增迁移脚本
```bash
$ yarn migration:create xx
```
## 运行迁移脚本
```bash
$ yarn migration:run
```
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## License
Nest is [MIT licensed](LICENSE).