当前位置:  开发笔记 > 编程语言 > 正文

Python sqlite3版本

如何解决《Pythonsqlite3版本》经验,为你挑选了1个好方法。



1> sdu..:
Python 2.5.1
>>> import sqlite3
>>> sqlite3.version
'2.3.2'
>>> sqlite3.sqlite_version
'3.3.4'

版本
--pysqlite 版本sqlite_version - sqlite版本


pysqlite数据库适配器是与底层sqlite3数据库项目完全独立的项目,因此版本号不相关.有关扩展讨论,请参阅http://stackoverflow.com/questions/1545479/force-python-to-forego-native-sqlite3-and-use-the-installed-latest-sqlite3-vers/1546162.
SQlite的奇怪的诽谤.
推荐阅读
放ch养奶牛
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有