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

feature: Support `schema` in params.sequelize

Open Artaud opened this issue 10 months ago • 0 comments

  • [x] Tell us about the problem your pull request is solving.

This PR adds support for underlying Sequelize's schema method on the Model, which allows to specify DB schema per-request. This enables feathers-sequelize to be used in schema-divided multitenant systems.

  • [x] Are there any open issues that are related to this?

Yep, #433.

  • [x] Is this PR dependent on PRs in other repos?

No.

Artaud avatar Apr 19 '24 09:04 Artaud