sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

Decorators and some other features for sequelize

Results 222 sequelize-typescript issues
Sort by recently updated
recently updated
newest added

**Versions** - sequelize: 5.22.3 - sequelize-typescript: 1.1.0 - typescript 4.0.5 **I'm submitting a ...** [ ] bug report [x] feature request **Actual behavior:** I want to join two tables from...

# Issue I'm having a unique index of three fields but i'm using paranoid mode which leads to not being able to reuse the same values after deletion in those...

# Issue I'm trying to write a function that can update a model and there are two possible models that can be inserted to the function. ## Versions - sequelize:...

# Issue I am trying to create a hyper-table in timescaleDb, [instructions](https://docs.timescale.com/timescaledb/latest/how-to-guides/hypertables/create/#create-a-hypertable) When I try to run `SELECT create_hypertable('conditions', 'time');` it gives me the below error ``` ERROR: cannot create...

_(I'll break the formating rule for this one as it is a feat * proposal *, sorry if this causes harm)_ As the columns of a table / model are...

# Issue ## Versions - "sequelize": "^6.6.5", - "@types/sequelize": "^4.28.10", - "typescript": "^4.3.5" ## Issue type - [ ] bug report - [x] feature request ## Actual behavior ## Expected...

# Issue I'm testing out sequelize-typescript for data access on a brand new next.js project. However I can't get the type resolution to work at all. I suspect it has...

Sorry if this doesn't belong here but I am having an issue to re-use models across multiple databases. I _think_ this is related to `sequelize-typescript`. When I define my model...

# Problem with relationing table in 2 different database ## Versions - sequelize: "^5.21.5" - sequelize-typescript: "^1.1.0" - typescript: "^3.8.3" ## Issue type - [ x] bug report - [...

# Issue ## Versions - sequelize: 6.3.5 - sequelize-typescript: 2.1.0 - typescript: 3.9.9 ## Issue type - [x] bug report - [ ] feature request ## Actual behavior an error...