-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test-CouchDBDatabase, Get-CouchDBDatabasePurgedLimit, Get-CouchDBDatabasePurgedLimit, Get-CouchDBClusterSetup, Get-CouchDBSession, Sync-CouchDBDatabaseShards, Set-CouchDBDatabasePurgedLimit, Set-CouchDBSession,Remove-CouchDBSession Add new documentation Read The Docs Improvement of help Completed improvements for unix systems Other fix
- Loading branch information
1 parent
82b3e3b
commit f01666e
Showing
127 changed files
with
30,496 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
TOPIC | ||
about_pscouchdb_content | ||
SHORT DESCRIPTION | ||
The complete and powerfull powershell module for CouchDB v2.X | ||
LONG DESCRIPTION | ||
This module is an interface to CouchDB nosql database. | ||
With this you can: | ||
- Configure server | ||
- Manage database (create, modify, delete) | ||
- Manage documents (create, modify, delete) | ||
- Manage design documents (create, modify, delete) | ||
- Find documents in a database | ||
- Configure and manage replica | ||
- Configure and manage node of cluster | ||
- Restart server | ||
- Develop complex object for query and design document | ||
SEE ALSO | ||
Invoke-RestMethod | ||
LINK | ||
https://pscouchdb.readthedocs.io/en/latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.