[issue13445] Enable linking the module pysqlite with Berkeley DB SQL instead of SQLite

Petri Lehtinen report at bugs.python.org
Fri Feb 3 10:17:34 CET 2012


Petri Lehtinen <petri at digip.org> added the comment:

Is it possible to compile pysqlite so that it links with both, or so that the linking type can be changed at run time?

I'm -1 on adding a compile-time option to switch the storage backend to Python itself, but a runtime flag or a separate connection class for the sqlite3 module would do.

----------
nosy: +petri.lehtinen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13445>
_______________________________________


More information about the Python-bugs-list mailing list