使用 PowerShell 在 CouchDB 3.1 上查找文档
我需要使用 PowerShell 查询我们的 Couchdb Tennant 数据库。在浏览了不同的论坛、帮助文档等之后,我整理了以下内容。 $password = ConvertTo-SecureString 'MyPassword' -AsPlainText -Force $credential = New-Object System.Management.Automation.PSCredential ('MyUsername', $password) $Params = @{ Method = "POST" Uri = "...