@@ -26,7 +26,7 @@ Decorators and some other features for sequelize (v6).
26
26
- [ Indexes] ( #indexes )
27
27
- [ ` @Index ` API] ( #index )
28
28
- [ ` createIndexDecorator() ` API] ( #createindexdecorator )
29
- - [ Repository mode] ( #repository-mode )
29
+ - [ Repository mode] ( #repository-mode-1 )
30
30
- [ How to enable repository mode?] ( #how-to-enable-repository-mode )
31
31
- [ How to use repository mode?] ( #how-to-use-repository-mode )
32
32
- [ How to use associations with repository mode?] ( #how-to-use-associations-with-repository-mode )
135
135
136
136
### Breaking Changes
137
137
All breaking changes of ` sequelize@5 ` are also valid for ` sequelize-typescript@1 ` .
138
- See [ Upgrade to v5] ( https://github.com/sequelize/sequelize/blob/master/docs/ upgrade-to-v5.md ) for details.
138
+ See [ Upgrade to v5] ( https://sequelize.org/v5/manual/ upgrade-to-v5.html ) for details.
139
139
140
140
#### Official Sequelize Typings
141
141
sequelize-typescript now uses the official typings bundled with sequelize
142
- (See [ this] ( https://github.com/sequelize/sequelize/blob/master/docs/ upgrade-to-v5.md #typescript-support ) ).
142
+ (See [ this] ( https://sequelize.org/v5/manual/ upgrade-to-v5.html #typescript-support ) ).
143
143
Please note the following details:
144
144
- Most of the sequelize-typescript interfaces of the previous version are replaced by the official ones
145
145
- ` @types/sequelize ` is no longer used
@@ -163,7 +163,7 @@ instead of deprecated way:
163
163
```
164
164
165
165
### Repository Mode
166
- With ` sequelize-typescript@1 ` comes a repository mode. See [ docs] ( #repository-mode ) for details.
166
+ With ` sequelize-typescript@1 ` comes a repository mode. See [ docs] ( #repository-mode-1 ) for details.
167
167
168
168
169
169
## Model definition
@@ -930,7 +930,7 @@ this issue.
930
930
## Recommendations and limitations
931
931
932
932
### One Sequelize instance per model (without repository mode)
933
- Unless you are using the [ repository mode] ( #repository-mode ) , you won't be able to add one and the same model to multiple
933
+ Unless you are using the [ repository mode] ( #repository-mode-1 ) , you won't be able to add one and the same model to multiple
934
934
Sequelize instances with differently configured connections. So that one model will only work for one connection.
935
935
936
936
### One model class per file
0 commit comments