Replies: 1 comment
-
As far as I can tell you are showing a screenshot from the SQLite database management tool SQLiteStudio. The selection WxSQLite3 for the database type is somewhat misleading, because under the hood SQLiteStudio uses SQLite3 Multiple Ciphers - on which wxSQLite3 is based nowadays, too. For accessing databases encrypted with SQLite3 Multiple Ciphers from Python you can use the Python package apsw-sqlite3mc which is hosted on PyPI and can be installed in Python with pip install apsw-sqlite3mc Since this is actually not an issue with wxSQLite3 I will convert the issue into a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use wxSqLite3 in Python
Beta Was this translation helpful? Give feedback.
All reactions