SQLAlchemy done Asynchronously: Twisted-friendly access to an SQL database.
Project description
An enhancement to the SQLAlchemy package that provides asynchronous, deferred-result access via the Twisted framework and an access broker that conveniently manages database access, table setup, and transactions. Included are modules for implementing persistent dictionaries and three-dimensional arrays.
sAsync lets you use the use the database transaction core of the SQLAlchemy Python SQL toolkit in an asynchronous fashion. In addition to an access broker for conveniently managing database access, table setup, and transactions under the Twisted framework, it provides persistent item-value stores and arrays.
The sAsync package uses a threaded task queue from the AsynQueue package to wrap your SQLAlchemy database access code inside asynchronous transactions. At the lowest level, it provides a @transact decorator for your database-access methods that makes them immediately return a Twisted Deferred object.
Python 3 compatiblity is in the works, but not yet supported.
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
Built Distribution
File details
Details for the file sAsync-0.9.3.tar.gz
.
File metadata
- Download URL: sAsync-0.9.3.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 670b5fd6d9f3e3fc7a6acd2e22796bb9909f4f40604b7792a4efa87220aa9c3a |
|
MD5 | d41bd1d2b07b0aefe1155b38620ffd00 |
|
BLAKE2b-256 | 6a9c394f978ce626f316e0bae53fae1b1ba531e52714755e05201f4e21fa5cc3 |
File details
Details for the file sAsync-0.9.3-py2-none-any.whl
.
File metadata
- Download URL: sAsync-0.9.3-py2-none-any.whl
- Upload date:
- Size: 41.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 085c6c62679497ad7fd4af928b879cf228784042ea10cf471356c062c6d1e75b |
|
MD5 | 9ae8930eb92926172a52ab48d5503838 |
|
BLAKE2b-256 | 4ff3f2b982307d8429692b8aaa5ba3f569dde31c00324bbc43b4dabb5659e2e9 |