Metadata-Version: 1.0
Name: ore.alchemist
Version: 0.6.0
Summary: sqlalchemy zope3 integration
Home-page: http://code.google.com/p/zope-alchemist
Author: Kapil Thangavelu
Author-email: kapil.foss@gmail.com
License: ZPL
Description: ore.alchemist provides core features for zope3 relational database applications
        utilizing sqlalchemy. it includes transformation of zope3 schemas to sqlalchemy
        tables,  sqlalchemy transformation into zope3 schemas, and containers.
        
        it maintains a minimal api for sqlalchemy abstraction, you can use
        whatever constructions sqlalchemy supports.
        
        additionally ore.alchemist is the foundation package for a range of additional
        services, including a range of user interface components and widgets for
        interacting with domain models. more information can be found on the project's
        homepage.
        
        
        0.6.0 2008-12-17
        
        - allow for passing a filter to batch container method
        
        - allow specification of pool timeout in zcml
        
        - allowing specification of ordering for vocabularies
        
        0.5.2 2008-5-19
        
        - Relicensed under the ZPL
        
        - Session Integration with Elixir
        
        - made keyreference config conditional on keyreference
        
        
Keywords: zope zope3
Platform: UNKNOWN
