A convenience library for SQLAlchemy web applications
Project description
SQLAHelper is a small library for SQLAlchemy web applications. It was written for Pyramid but is not framework-specific. It acts as a container for the application’s contextual session, engines, and declarative base. This avoids circular dependencies between the application’s model modules, and allows cooperating third-party libraries to use the session, base, and transaction.
The contextual session is initialized with the ZopeTransactionExtension so that it can be used with transaction managers. This can be disabled if desired.
It’s currently tested on Python 2.7/Linux but should work on 2.5 and other platforms. A set of unit tests is included. Python 3 compatibility is unknown but will be addressed soon.
Documentation is in the ‘docs’ directory and at SQLAHelper documentation.
1.0 (2011-12-25)
Add set_base() function and unit test.
Change all remaining references to pyramid_sqla to sqlahelper.
Delete demo application, which was for an old version of Pyramid.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file SQLAHelper-1.0.tar.gz
.
File metadata
- Download URL: SQLAHelper-1.0.tar.gz
- Upload date:
- Size: 638.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8b77191ee44996b5121a2c205580bdfa9ca4ba40b3077bd1032e42a967151e1 |
|
MD5 | 3f8c099df648b6ba6ed653c9bed10102 |
|
BLAKE2b-256 | 312ec4ac22ee694813ab810ac78a89f6efc15a488d0348ac7d698c91506ccef2 |