wzc-generator-gql-typeorm
v1.0.56
Published
代码生成器
Downloads
11
Readme
使用
- setting[env/.code-generator.env.development]
HOST=localhost
DIALECT=postgres
PORT=5432
USERNAME=postgres
PASSWORD=123456
DATABASE=ecp_dev
SCHEMA=public
SYNCHRONIZE=false支持 dialect = postgres or mysql 如果 postgres 则 schema 必填
- code
{
"scripts":{
"code": "wzc-generator-gql-typeorm"
}
}