Skip to content

Instantly share code, notes, and snippets.

View pakoy3k's full-sized avatar
👾

pakoy3k pakoy3k

👾
View GitHub Profile
@pakoy3k
pakoy3k / CouchDB_Python.md
Created March 5, 2022 19:56 — forked from marians/CouchDB_Python.md
The missing Python couchdb tutorial

This is an unofficial manual for the couchdb Python module I wish I had had.

Installation

pip install couchdb

Importing the module