Greenlet error by access to class attribute
By trying to access to the class attribute i got an error greenlet_spawn. How i can fix that?
SQLAlchemy async session reuires refresh
I’m new to SQLAlchemy in general, and even more to its asyncio mode.
I’m creating an async session like so (demo/pseudo code):