@chewbank/ioa-ormv

ormv.js库数据库模型封装

Usage no npm install needed!

<script type="module">
  import chewbankIoaOrmv from 'https://cdn.skypack.dev/@chewbank/ioa-ormv';
</script>

README

ioa-ormv

Ormv.js库数据库模型封装

Install

npm install @ioa/ormv

环境变量配置文件示例

module.exports = {
   "components": {
      "@ioa/ormv": {
         "host": "localhost",
         "port": 5432,
         "database": "test",
         "username": "postgres",
         "password": "postgres",
         "logger": true
      },
   }
}