/pyrogram-aiopg-storage

aiopg + sqlalchemy storage for pyrogram

Primary LanguagePython

Pyrogram aiopg storage

Motivation

I need to work with multiple telegram session and keep all of them in a single PostgreSQL database. I use aiopg with SQLAlchemy hence I've written a wrapper for this stack. Maybe someone also requires such

Usage