couchdb-load-design-doc
library for working with Apache CouchDB
Install
- All systems
-
curl cmd.cat/couchdb-load-design-doc.sh
- Debian
-
apt-get install python-couchdb
- Ubuntu
-
apt-get install python-couchdb
- Arch Linux
-
pacman -S python-couchdb
- Kali Linux
-
apt-get install python-couchdb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-couchdb
- Raspbian
-
apt-get install python-couchdb
- Dockerfile
- dockerfile.run/couchdb-load-design-doc
python-couchdb
library for working with Apache CouchDB
Provides a high-level client library for Apache CouchDB, a view server and dump and load utilities that can be used as migration tools when upgrading or moving between databases. Apache CouchDB is a distributed document database system with bi-directional replication. It makes it simple to build collaborative applications that can be replicated offline by users, with full interactivity (query, add, update, delete), and later "synced up" with everyone else's changes when back online.