python-gino / gino

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
https://python-gino.org/
Other
2.67k stars 150 forks source link

Is this project dead? #825

Open erhuabushuo opened 2 months ago

erhuabushuo commented 2 months ago

We are stopping to use GitHub Issues for questions, please go to the GitHub Discussions Q&A instead.

fantix commented 2 months ago

I don't have enough time to actively maintain this project at this moment, leaving the major upgrade to SQLAlchemy 1.4+ not fully done. With that said, GINO is a thin wrapper over SQLAlchemy core and asyncpg, so with SQLAlchemy <1.4, it should still work, but please use it at your own risk and understand the underlying.