Python sqlite3 version

后端 未结 1 1912
走了就别回头了
走了就别回头了 2020-12-13 23:54
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on
win32
Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.
         


        
相关标签:
1条回答
  • 2020-12-14 00:48
    Python 2.5.1
    >>> import sqlite3
    >>> sqlite3.version
    '2.3.2'
    >>> sqlite3.sqlite_version
    '3.3.4'
    

    version - pysqlite version
    sqlite_version - sqlite version

    0 讨论(0)
提交回复
热议问题