We can't directly use the Sequelize version we install in the package.json
as the customer's version may be different.
To ensure compatibility, we need to only import types from Sequelize,
and use the customer sequelize version to deal with the data manipulation.
Accessors
collections
get collections(): T[]
Returns T[]
nativeQueryConnections
get nativeQueryConnections(): Record<string, unknown>
We can't directly use the Sequelize version we install in the package.json as the customer's version may be different. To ensure compatibility, we need to only import types from Sequelize, and use the customer sequelize version to deal with the data manipulation.