Products.ZSQLiteDA

SQLite database adapter for Zope4


Keywords
SQLite
License
Other
Install
pip install Products.ZSQLiteDA==0.8.1

Documentation

ZSQLiteDA

The ZSQLiteDA https://github.com/nakagami/Products.ZSQLiteDA provides support for SQLite database adapter objects in the Zope 4 and 5.

Installation

buildout.cfg:

eggs =
    ...
    Products.ZSQLiteDA

To add or use additional databases, simply add (or link) additional database file to your 'var/sqlite' directory.