Skip to content

Instantly share code, notes, and snippets.

@d3rpd3rp
d3rpd3rp / gist:244eb8c0aea66ce12c5696644f2cb772
Created December 4, 2024 17:14
example class for cursor factory
import atexit
import signal
import sys
from duckdb import connect, BinderException
class MotherDuckClient:
_instance = None
def __new__(cls):