请问如何升级 python 自带的 sqlite的版本呢? (Google没查到方法呀)
想升级到 3.7以上,使用 WAL模式。
谢谢 ^_^
----------------------------------------------------------------------------
Python 2.7.5
>>> import sqlite3
>>> sqlite3.sqlite_version
'3.6.21'
>>>
想升级到 3.7以上,使用 WAL模式。
谢谢 ^_^
----------------------------------------------------------------------------
Python 2.7.5
>>> import sqlite3
>>> sqlite3.sqlite_version
'3.6.21'
>>>