Metadata-Version: 1.1
Name: Products.ZSQLiteDA
Version: 0.7.0
Summary: SQLite database adapter for Zope4
Home-page: https://github.com/nakagami/Products.ZSQLiteDA
Author: Hajime Nakagami
Author-email: nakagami@gmail.com
License: ZPL
Description: ZSQLiteDA
        =========
        
        The ZSQLiteDA https://github.com/nakagami/Products.ZSQLiteDA provides
        support for SQLite database adapter objects in the Zope 4.
        
        Installation
        -----------------
        
        buildout.cfg::
        
           eggs =
               ...
               Products.ZSQLiteDA
        
        To add or use additional databases, simply add (or link) additional
        database file to your 'var/sqlite' directory.
        
Keywords: SQLite
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Zope :: 4
Classifier: License :: OSI Approved :: Zope Public License
