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

@ -150,11 +150,13 @@ my.__type__ = 'couchdb';
// ## 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)
// var dataset = new recline.Model.Dataset({
// db_url: '/couchdb/iid',
// view_url: '/couchdb/iid/_design/latlon/_view/latlon',
// db_url: '/couchdb/mydb',
// view_url: '/couchdb/mydb/_design/design1/_views/view1',
// backend: 'couchdb',
// query_options: {
// '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