ioa-db
v6.0.0-alpha.3
Published
ormv库数据库映射模型
Downloads
1
Readme
Install
npm install ioa-db
默认配置
{
"default": {
"dialect": "postgres",
"host": "localhost",
"port": 5432
}
}
开启控制台sql日志
{
"localhost": {
"logging": true
},
}