Sign in Sign up
npm

pull-couch

Parse the rows out of a couchdb views query without parsing it as one large json object. instead split based on the format couchdb happens to use (delimited by \r) and then parse each line with `JSON.parse`. This is much faster than parsing everything wit

npm View on Npm

Activity

Latest release
10y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Jan 28, 2016
Releases
Version Released
1.0.0 initial