文件名称:nodecouch:node.js 的 CouchDB 实例的轻量级接口
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-16 08:29:14
JavaScript
节点沙发 CouchDB 实例的轻量级接口 var nc = require('./nodecouch.js'); var db = new nc('localhost', 'movies'); // Store a movie var movie = { 'title': 'Apollo 13', 'year': 1995, 'directors': ['Ron Howard'], 'cast': ['Tom Hanks', 'Gary Sinise', 'Kevin Bacon', 'Bill Paxton', 'Ed Harris'], 'poster': 'http://www.reellifewithjane.com/wp-content/uploads/2014/06/Apollo-13-Poster.jpg' } db.storeDocument('apollo1
【文件预览】:
nodecouch-master
----nodecouch.js(3KB)
----README.md(870B)