Add-ApacheCouchDB Cmdlet
Inserts Apache CouchDB data.
Syntax
Add-ApacheCouchDB [parameters]
Remarks
The Add-ApacheCouchDB cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Apache CouchDB records.
Add-ApacheCouchDB -Connection $connection -Table "Movies" -Columns @("MovieRating") -Values @("R")