====================
ztfy.alchemy package
====================

.. 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...
