oso
oso copied to clipboard
Support `AsyncSession` (SQLAlchemy 1.4/2.0) in `sqlalchemy-oso`
sqlalchemy-oso library doesn't support using AsyncSession.
This was raised in several Slack threads: https://oso-oss.slack.com/archives/C017KSBTD4M/p1633542348030700
Issue tracking general support for async Python: #1295
Our team is also trying to use oso with sqlalchemy async orm. Now just work around by using oso (not sqlalchemy-oso). It will be great if this feature support
I'm using asyncpg in one of my main backends, so I'm unable to fully use Oso now.
If you want tests or insights, feel free to mark me in new issues. I may be able to help with a couple of PR as well.