Skip to content

Commit

Permalink
add kysely-sequelize to resources. (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Mar 20, 2024
1 parent acf6c7d commit dfb3523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/other-topics/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A curated list of awesome projects surrounding Sequelize.
* [sequelize-typescript](https://www.npmjs.com/package/sequelize-typescript) - Decorators and some other features for sequelize (built-in as of Sequelize 7).
* [Sequelize-Nest](https://docs.nestjs.com/recipes/sql-sequelize) - Sequelize integration in [nest](https://github.com/nestjs/nest).
* [sequelizejs-decorators](https://www.npmjs.com/package/sequelizejs-decorators) decorators for composing sequelize models.
* [kysely-sequelize](https://www.npmjs.com/pacakge/kysely-sequelize) - A toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with [Kysely](https://www.kysely.dev).

## Code generation & visualisers

Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-6.x.x/other-topics/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ title: Resources

* [sequelize-temporal](https://github.com/bonaval/sequelize-temporal) - Temporal tables (aka historical records)

### Integrations

* [kysely-sequelize](https://www.npmjs.com/pacakge/kysely-sequelize) - A toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with [Kysely](https://www.kysely.dev).

### Joi

* [sequelize-joi](https://github.com/mattiamalonni/sequelize-joi) - Allows specifying [Joi](https://github.com/sideway/joi) validation schema for model attributes in Sequelize.
Expand Down

0 comments on commit dfb3523

Please sign in to comment.