sequelize automate:从数据库自动生成裸序列模型 源码
序列化自动化 自动为生成模型。 支持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
文件列表
sequelize-automate-master.zip
(预估有个61文件)
sequelize-automate-master
.gitignore
2KB
README.md
10KB
.codeclimate.yml
127B
CHANGELOG.md
710B
bin
sequelize-automate
3KB
test
fixtures
mysql
暂无评论