Nippysaurus
Nippysaurus

Reputation: 20378

Access CouchDB from javascript

I would like to access CouchDB (Cloudant) from an HTML5 application ... I know that there is a script hosted in the couchdb installation which I can include (overcomes cross site scripting restrictions) which will allow me to connect to the database and insert / retrieve data, but I cannot find examples of how to do this anywhere.

How can I access my database from an HTML5/JavaScript application?

Upvotes: 2

Views: 6004

Answers (1)

yojimbo87
yojimbo87

Reputation: 68423

There is an article which explains jQuery plugin API included in CouchDB.

Upvotes: 2

Related Questions