登录 注册
当前位置:主页 > 资源下载 > 9 > ORM包装器: ORM-wrapper

ORM包装器: ORM-wrapper

  • 更新:2024-09-23 08:56:14
  • 大小:11KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

ORM 包装器 ORM 多连接包装器。 Javascript 接口,允许您管理 node-orm2 模块的多个数据库连接。 入门 使用以下命令安装模块: npm install orm-wrapper 模型目录结构 . //Project root +-- models | +-- db1 | +-- model.js | ... | +-- db2 | +-- model.js | ... +-- index.js ... 示例 (index.js) var orm = require ( 'orm-wrapper' ) ; var config = { schemas : { db1 : { protocol : 'mysql' , host : '127.0.0.1' ,