updated couchdb backend
This commit is contained in:
@@ -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
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
1082
vendor/underscore/underscore.1.3.3.js
vendored
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user