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
From example I see that Tornado uses sync sqlalchemy connection to communicate with database. Is any way to utilize storage api in async way, with say momoko (async postgresql driver) or motor (async mongodb driver) ??
The text was updated successfully, but these errors were encountered:
jettify
changed the title
async interface for models for tornado
async interface for models in tornado
Feb 24, 2015
From example I see that Tornado uses sync sqlalchemy connection to communicate with database. Is any way to utilize storage api in async way, with say momoko (async postgresql driver) or motor (async mongodb driver) ??
The text was updated successfully, but these errors were encountered: