Re: Introducing: PouchDB-JsonViews, a JSON-based map/reduce interface

2021-07-22 Thread Bill Stephenson
That does sound cool! I'll have the check out asap. Thank you! On 7/22/21 2:27 PM, Diana Thayer wrote: Howdy folks, Inspired by Mango, I've written a plugin for PouchDB that adds a JSON-based map/reduce interface called *JsonViews*. This plugin, called PouchDB-JsonViews, allows you to build te

Re: Introducing: PouchDB-JsonViews, a JSON-based map/reduce interface

2021-07-22 Thread Nick Vatamaniuc
That's really neat! Thanks for sharing. It feels like this could cover a larger number of cases where users don't really need the full JS syntax for their views Cheers, -Nick On Thu, Jul 22, 2021 at 3:28 PM Diana Thayer wrote: > > Howdy folks, > > Inspired by Mango, I've written a plugin for Pou

Introducing: PouchDB-JsonViews, a JSON-based map/reduce interface

2021-07-22 Thread Diana Thayer
Howdy folks, Inspired by Mango, I've written a plugin for PouchDB that adds a JSON-based map/reduce interface called *JsonViews*. This plugin, called PouchDB-JsonViews, allows you to build templated JavaScript views using a simple document property accessor syntax (ex: 'foo', 'foo.bar'), a small n