How to upgrade Sqlite 3 in pycharm community
Answered
I´m running latest version of Pycharm on Windows 11. the Sqlite version is 2.6.0 and the current version is 3.45.1.
So I figured it`s time to upgrade, but I find no explanation to how.
Please sign in to leave a comment.
Holm Leslie PyCharm does not manage the SQLite instance directly, so updating it through the IDE is impossible. More specifically, as you're using PyCharm Community, the Database Tool Window is available to PyCharm Professional Only https://www.jetbrains.com/help/pycharm/database-tool-window.html
If you're talking about sqlite3 package on Python then changing to a most recent Python version should help - Check out https://stackoverflow.com/questions/26345972/how-do-i-upgrade-the-sqlite-version-used-by-pythons-sqlite3-module-on-mac
Thank you. I get a warning from sqlite -v Saying that this version is deprecated and will stop working in Python 3,14. Are you planning to implement a newer version?
Pycharm supports from the version 3.6 up to the version 3.12 and we plan to keep following any new versions released on https://www.python.org/doc/versions/