sequelize-typescript
sequelize-typescript copied to clipboard
Decorators and some other features for sequelize
I have models define in separate files that reference each other. Is there a way to deal with circular dep issues without combining the models into one file? ``` import...
Hey there! I belong to an open source security research community, and a member (@sampaguitas) has found an issue, but doesn’t know the best way to disclose it. If not...
Hi everyone, i was looking for some input as to how you guys are saving audit log / revisions with sequelize-typescript. I have not found any solution but i'm 100%...
# Issue error when using `drop` method without passing options (passing an empty options objects works, tho) ## Versions - sequelize: `6.6.2` - sequelize-typescript: `2.1.2` - typescript: `4.4.4` ## Issue...
# Issue Hi I need unique combination of two columns in a table. example: first name and last name together ## Versions - sequelize: ^6.11.0 - sequelize-typescript: ^2.1.1 - typescript:...
Hi! This library looks like really cool - this is a much better way to declare model-classes for sequelize! Unfortunately i ran into a problem when trying it out: **Versions**...
# Issue How to use that https://github.com/sequelize/sequelize/issues/11836#issuecomment-739545427 ## Versions - sequelize: - sequelize-typescript: - typescript: ## Issue type - [ ] bug report - [ ] feature request ## Actual...
# Issue Relations are not working properly while using multiple entity. Datas are duplicated. is it expected behaviour? ## Versions - sequelize:6.6.2 - sequelize-typescript: 2.1.0 - typescript:4.2.4 ## Issue type...
Property 'id' does not exist on type 'WhereOptions'. ``` if (options && options.where && options.where) { const { id } = options.where console.log(id) } ``` ``` import { IsInt, IsOptional...
# Issue Can we define polymorphic association? ## Versions - "sequelize": "^6.6.5", - "sequelize-typescript": "^2.1.0", - "typescript": "^4.3.5" ## Issue type - [ ] bug report - [x ] feature...