思考: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
用户评论