sequelize-typescript
sequelize-typescript copied to clipboard
Decorators and some other features for sequelize
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.15 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...
I have the following model `infrastructure/model/Person.ts`: ```ts type PersonAttributes = { id: string; name: string; }; type PersonCreationAttributes = Optional; @Table({ tableName: 'alarms' }) class Person extends Model { @PrimaryKey...
# Question Scenario: I have a custom query like this: ```ts const results = await User.findAll({ attributes: [ "name", [cast(fn("COUNT", col("Posts.id")), "boolean"), "hasPosts"], ], include: { model: Post, attributes: [],...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) and [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together. Removes `yaml` Updates `@commitlint/load` from 17.2.0 to 17.5.0 Release...
**Versions** - sequelize: 5.21.9 - sequelize-typescript: 1.1.0 - typescript: 3.8.2 **I'm submitting a ...** [x] bug report [ ] feature request **Actual behavior:** Sequelize doesn't have a Dialect type defined...
I came across this package. Thanks for developing it. I was wondering if there is any blog post explaining why someone should use this package instead of just using sequelize?
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5.3.0 to 5.4.1. Changelog Sourced from wagoid/commitlint-github-action's changelog. 5.4.1 (2023-04-11) Bug Fixes action: add docker image back to yml (09fdc59) action: move info sequence for failonerrors (d4e1e80)...
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.2 to 6.11.0 Changelog Sourced from qs's changelog....
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.2 to 5.1.6. Release notes Sourced from sqlite3's releases. v5.1.6 What's Changed Fixed glibc compatibility by hardcoding lower version for log2 by @daniellockyer Add generic type annotations...
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.2 to 6.11.0 Changelog Sourced from qs's changelog....