思考:RethinkDBJavaScript ORM 源码
有思想的 =============================== 适用于RethinkDB的Light Node.js ORM。 快速开始 安装: npm install thinky 使用: var thinky = require ( 'thinky' ) ( ) ; var type = thinky . type ; // Create a model - the table is automatically created var Post = thinky . createModel ( "Post" , { id : String , title : St
文件列表
thinky-master.zip
(预估有个93文件)
thinky-master
config.js
182B
package.json
714B
.github
ISSUE_TEMPLATE.md
456B
test
settings.js
8KB
document.js
110KB
query.js
61KB
advanced.js
106KB
暂无评论