Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

@loopback/sequelize #11109

IdenGit started this conversation in Ideas
Discussion options

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',
};
// ...
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /