Skip to navigation
Couchdb _find example with curl
21.12.17
curl -X POST http://foo:pass@localhost:5984/sl_style/_index -d '{"index":{"fields":["av0_code"]},"name":"code"}' -H 'Content-Type:application/json' curl -X POST http://foo:pass@localhost:5984/sl_style/_find -d '{"selector":{"av0_code":""},"fields":["_id"],"execution_stats": true}' -H 'Content-Type:application/json'
http://docs.couchdb.org/en/2.1.1/api/database/find.html
Reply
Anonymous
Information Epoch 1740344557
Effectiveness beats efficiency.
Home
Notebook
Contact us