Skip to content

Commit

Permalink
docs: remove sequelize-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Nov 15, 2023
1 parent 90f59d3 commit 1b2f717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions site/docs/extensions/sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Person extends Model {
class Person extends Model {}
```

这些实体列也可以使用 [sequelize_generator](/docs/tool/sequelize_generator) 工具生成。


### 2、主键

Expand Down Expand Up @@ -675,4 +675,5 @@ export class MainConfiguration {

- 上面的文档,翻译自 sequelize-typescript,更多 API ,请参考 [英文文档](<(https://github.com/sequelize/sequelize-typescrip)>)
- 一些 [案例](https://github.com/ddzyan/midway-practice)
- 如果遇到比较复杂的,可以使用 [raw query 方法](https://sequelize.org/v5/manual/raw-queries.html)
- 如果遇到比较复杂的,可以使用 [raw query 方法](https://sequelize.org/v5/manual/raw-queries.html)]
- 框架不直接提供实体列生成工具,请参考社区提供的模块,如 [sequelize-typescript-generator](https://github.com/spinlud/sequelize-typescript-generator)
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The `@Table` decorator can be used without passing any parameters. For more info
class Person extends Model {}
```

These entity columns can also be generated using [sequelize_generator](/docs/tool/sequelize_generator) tools.


### 2. Primary key

Expand Down Expand Up @@ -672,4 +672,5 @@ The reason is that the data source in the configuration does not specify the `di

- The above document is translated from sequelize-typescript. For more API, please refer to the [English document](<(https://github.com/sequelize/sequelize-typescrip)>).
- Some [cases](https://github.com/ddzyan/midway-practice)
- If you encounter complex problems, you can use the [raw query method](https://sequelize.org/v5/manual/raw-queries.html).
- If you encounter complex problems, you can use the [raw query method](https://sequelize.org/v5/manual/raw-queries.html)
- The framework does not directly provide entity column generation tools. Please refer to the modules provided by the community, such as [sequelize-typescript-generator](https://github.com/spinlud/sequelize-typescript-generator)

0 comments on commit 1b2f717

Please sign in to comment.