How to install ztfy.alchemy
- Download and install ActivePython
- Buy and install the Business Edition license from account.activestate.com
- Open Command Prompt
- Type
pypm install ztfy.alchemy
Contents
What is ztfy.alchemy ?
ZTFY.alchemy is a Zope3 package which can be used to connect Zope3 applications with SQLAlchemy.
Main features include :
- integration of SQLAlchemy transactions with Zope3 transaction manager
- register PostgreSQL geometric data types (PostGIS) through GeoTypes package.
Most code fragments are based on zope.sqlalchemy, z3c.sqlalchemy and z3c.zalchemy elements and source codes, except for elements handling PostGIS data types..
How to use ztfy.alchemy ?
#TODO: To be written...
Changelog
0.2.5
- changed package source layout
0.2.4
- added SQLAlchemy engines vocabulary
0.2.3
- updated package dependencies
0.2.2
- changed import of threading.local module
0.2.1
- merged updates from z3c.zalchemy parent package
0.2
- switched to ZTK-1.1.2
0.1.1
- add "pool_recycle" attribute to IEngineDirective and IAlchemyEngineUtility interfaces
- use properties in AlchemyEngineUtility
- updated locales
0.1
- initial release