1. 首页
  2. 数据库
  3. 其它
  4. 思考:RethinkDBJavaScript ORM 源码

思考:RethinkDBJavaScript ORM 源码

上传者: 2021-02-21 09:37:12上传 ZIP文件 494.94KB 热度 4次
有思想的 =============================== 适用于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
用户评论