PSCouchDB v1.6
Release notes
- Rewrite a Find-CouchDBDocuments: now accept two type of arguments; see help or wiki.
- Add alias for all cmdlets; discover with this:
Get-Command -Module PSCouchDB | foreach { Get-Alias -Definition $_.name -ea 0 }
- Add PSCouchDBQuery class; with this you can build any type query and parse to Find-CouchDBDocuments; see help of cmdlet:
help Find-CouchDBDocuments -Example