georgpfolz / Products.ZSQLiteDA

SQLite Database adapter for Zope2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the sqlite path configurable

georgpfolz opened this issue · comments

The data_dir is hardcoded in the product to zope-instance/var/sqlite. The data_dir could be configured on the DA-object, like the spooler directory for MailHost.

If this is done, it should be possible to specify the path when creating a new DA object. Currently, a DA object can only be created when connected to a database.