Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async interface for models in tornado #535

Closed
jettify opened this issue Feb 24, 2015 · 2 comments
Closed

async interface for models in tornado #535

jettify opened this issue Feb 24, 2015 · 2 comments

Comments

@jettify
Copy link

jettify commented 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) ??

@jettify jettify changed the title async interface for models for tornado async interface for models in tornado Feb 24, 2015
@omab
Copy link
Owner

omab commented Mar 18, 2015

Frankly I don't know, Tornado support was an experiment wrote in a night when preparing for a talk for PyCon Uruguay, it's worth checking tho.

@jettify
Copy link
Author

jettify commented Mar 18, 2015

Thanks. That is why no tornado entry in documentation. I'll try to write something in async way)

@jettify jettify closed this as completed Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants