This tool instantly converts MySQL table create SQL into a NodeJS sequelize definition. Paste a SQL structure on the left and the equivalent NodeJS sequelize code will be generated to the right, which you can paste into your program.
本工具可以将 MySQL 建表语句转换为 NodeJS sequelize 语句. 将 SQL 语句填入左边的文本框, 点击生成按钮, 对应的 NodeJS sequelize 将在右边出现. 该代码可以直接在 NodeJS 语言项目中使用.
| MySQL | → | NodeJS |
|---|
|
NodeJS code will appear here
|