fastapi-async-sqlalchemy icon indicating copy to clipboard operation
fastapi-async-sqlalchemy copied to clipboard

Why did you move and hide everything inside a method? This removes any typing and any potential access to monkeypatch _Session (ie for celery)

Open adiberk opened this issue 1 year ago • 0 comments

In v.5 it was easy to use this with celery without having to recreate fastapi app (which isn't needed for celery) To do this we would Moneky patch the _Session object

Now that this variable is hidden in method, we can't do that (I don't think)

adiberk avatar Dec 02 '24 03:12 adiberk