You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not a huge change to enable this, but it will probably not happen for quite some time. You can already override the engine and session method of the extension to return whatever you want, so it's already possible to get this. The extension itself doesn't need any async code, it only needs to return async engine and session objects.
@davidism Thanks for the reply and yes I've already considered to manually overide the engine.
I just think it will be great to add this feature to flask-sqlalchemy, just my own thought :)
SQLAlchemy 1.4 includes async support. Can this be used from Flask-SQLAlchemy?
The text was updated successfully, but these errors were encountered: