文件名称:knex-repository:在knex.js之上的无胖存储库模式实现
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-27 01:35:53
nodejs knex postgresql datamapper JavaScript
Knex存储库 在之上的无胖存储库模式实现。 安装 $ npm i knex-repository 用法 var util = require ( 'util' ) ; var knex = require ( 'knex' ) ( { dialect : 'postgres' , connection : /* ... */ } ) ; var Repository = require ( 'knex-repository' ) ; function ClientsRepository ( options ) { this . tableName = 'clients' ; // optional this . entityClass = Client ; // default this . pk = 'id' ; Repository .
【文件预览】:
knex-repository-master
----index.js(6KB)
----test.js(5KB)
----package.json(692B)
----TODO.md(169B)
----.gitignore(19B)
----README.md(1KB)