如何从 python 更新 sqlite3?
我在使用适用于 python3.6 的旧版本 Slite3 时遇到了问题。
我需要升级到 3.22.0 或最新版本
root@server01# python3.6m
Python 3.6.7 (default, Dec 5 2018, 15:02:16)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-23)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.sqlite_version_info
(3, 6, 20)
>>> quit()