``sqlite3.enable_shared_cache`` is now deprecated, scheduled for removal in Python 3.12. The method is undocumented, and it's use is strongly discouraged by the SQLite3 documentation. Patch by Erlend E. Aasland