Cmdlets for Apache CouchDB

Build 25.0.9434

Select-ApacheCouchDB Cmdlet

Parameters   Output Objects  

Searches Apache CouchDB data.

Syntax

Select-ApacheCouchDB [parameters]

Remarks

The Select-ApacheCouchDB cmdlet allows you to use a syntax similar to SQL SELECT statements to search Apache CouchDB data.

$conn = Connect-ApacheCouchDB -User 'abc123' -Password 'abcdef'
Select-ApacheCouchDB -Connection $conn -Table "Movies" -Columns @("MovieRuntime","MovieRating") -Where "MovieRating='R'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434