Skip to main content

SQLAlchemy helpers for working in Tornado

Project description

https://badge.fury.io/py/tornado-sqlalchemy.svg https://travis-ci.org/siddhantgoel/tornado-sqlalchemy.svg?branch=master

tornado-sqlalchemy is a Python library aimed at integrating the tornado web framework and the SQLAlchemy database toolkit.

tornado is slightly different from the rest of the web frameworks, in that it allows handling web requests asynchronously out of the box. At the same time, making database operations asynchronous (especially when you put an ORM in the picture) is not that straight forward. Hence, the aim of this project is to provide a few helper functions which can help you handle your database operations easily in case you’re combining the two libraries.

This is not an end-to-end solution for your database needs, but rather it assumes that the developer knows what they’re doing, how the two libraries work, and especially how session handling in SQLAlchemy works.

This project is under heavy development, and makes no promises until the API stabilizes. You have been warned!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tornado_sqlalchemy-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

tornado_sqlalchemy-0.1.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page