05bit / peewee-async

Asynchronous interface for peewee ORM powered by asyncio
http://peewee-async-lib.readthedocs.io
MIT License
734 stars 98 forks source link

Implement interface to get stats #300

Open kalombos opened 1 month ago

kalombos commented 1 month ago

We need a feature to get pool stats like in psycopg3 The interface should be realized on PoolBackend level. Also there should be addition for _USAGE_MS stats of psycopg3 pool since we don't use async context manager connection method.