序列化自动化 自动为生成模型。 支持javascript,打字稿,egg.js和midway。 正在安装 全球的 $ npm install -g sequelize-automate 您还必须为所选的数据库手动安装驱动程序: # One of the following: $ npm install -g pg pg-hstore # Postgres $ npm install -g mysql2 $ npm install -g mariadb $ npm install -g sqlite3 $ npm install -g tedious # Microsoft SQL Server 在项目中 $ npm install sequelize-automate --save 您还必须为所选的数据库手动安装驱动程序: # One of the following: $ np