-
Notifications
You must be signed in to change notification settings - Fork 1.1k
@loopback/sequelize
#11109
-
sequelize orm support mssql
driver but in Looback-squlize mapping mssql
not exists
if add add key for mappings in common mssql work, i not run all test but in common only object type look like a string
@loopback/sequelize/src/connector-mapping.ts
// ...
export const SupportedConnectorMapping: {
[key in SupportedLoopbackConnectors]?: AllSequelizeDialects;
} = {
mysql: 'mysql',
postgresql: 'postgres',
oracle: 'oracle',
sqlite3: 'sqlite',
db2: 'db2',
mssql: 'mssql',
};
// ...
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment