思考:RethinkDBJavaScript ORM

时间:2024-03-11 09:34:28
【文件属性】:

文件名称:思考:RethinkDBJavaScript ORM

文件大小:495KB

文件格式:ZIP

更新时间:2024-03-11 09:34:28

JavaScript

有思想的 =============================== 适用于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 : String , content : String , idAuthor : String } ) ; // You can also add constraints on the schema


【文件预览】:
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)
--------event.js(5KB)
--------feed.js(6KB)
--------util.js(1KB)
--------schema.js(105KB)
--------model.js(27KB)
----LICENSE(1KB)
----CONTRIBUTING.md(1KB)
----.npmignore(45B)
----examples()
--------basic-todo()
--------blog()
----wercker.yml(174B)
----.gitignore(37B)
----lib()
--------document.js(64KB)
--------query.js(30KB)
--------type()
--------feed.js(4KB)
--------util.js(8KB)
--------schema.js(18KB)
--------model.js(35KB)
--------errors.js(3KB)
--------thinky.js(5KB)
----README.md(3KB)

网友评论