updated couchdb backend

This commit is contained in:
bietz
2012-08-06 15:33:02 -07:00
committed by Rufus Pollock
parent b8537aae57
commit a62d9ccdb2
3 changed files with 2517 additions and 2 deletions

View File

@@ -151,10 +151,12 @@ my.__type__ = 'couchdb';
// //
// Backbone connector for a CouchDB backend. // Backbone connector for a CouchDB backend.
// //
// The couchdb is referring to my apache reverse proxy. You will need a proxy to connect to the database.
//
// Usage: (also see demos/couchdb_multiview) // Usage: (also see demos/couchdb_multiview)
// var dataset = new recline.Model.Dataset({ // var dataset = new recline.Model.Dataset({
// db_url: '/couchdb/iid', // db_url: '/couchdb/mydb',
// view_url: '/couchdb/iid/_design/latlon/_view/latlon', // view_url: '/couchdb/mydb/_design/design1/_views/view1',
// backend: 'couchdb', // backend: 'couchdb',
// query_options: { // query_options: {
// 'key': '_id' // 'key': '_id'

1431
vendor/backbone/backbone.0.9.2.js vendored Executable file

File diff suppressed because it is too large Load Diff

1082
vendor/underscore/underscore.1.3.3.js vendored Executable file

File diff suppressed because it is too large Load Diff