Skip to content

Instantly share code, notes, and snippets.

View turkishmaid's full-sized avatar
💚
obacht: linksgrünversifft

Sara Ziner turkishmaid

💚
obacht: linksgrünversifft
View GitHub Profile
@turkishmaid
turkishmaid / mongox.py
Last active July 15, 2022 11:21
How to auto-close a MongoDB connection
#!/usr/bin/env python
# coding: utf-8
"""
Handle MongoDB connection.
"""
# Created: 01.11.21
from time import perf_counter, sleep
import logging