CouchDB
CouchDB copied to clipboard
Enable lazy/parallel requests via promises
Guzzle does offer using Promise structures for their responses. How about using these to offer parallel requests to CouchDB?
Would be cool :+1:
This could be integrated in a QueryBuilder, like this:
$resultPromise = $builder->key('foo')->lazy()->execute();
:rocket: