python - 包含 SQLite 的第一个 Python 版本是什么?

标签 python sqlite

  • 包含 SQLite 的第一个 Python 版本是什么?
  • 包含什么版本的 SQLite?

我认为 Python 2.5 是第一个包含 SQLite 的版本,但我希望有人可以确认这一点以及首先包含的 SQLite 版本。

最佳答案

来自 the docs :

11.13. sqlite3 — DB-API 2.0 interface for SQLite databases

New in version 2.5.

关于python - 包含 SQLite 的第一个 Python 版本是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4563415/

相关文章:

python - 如何从 IPython 笔记本内部强制自动重新加载库

python - 在statsmodels OLS类中使用分类变量

database - 使用 Haskell 的 HDBC,我可以跨多个线程使用单个 SQLite 连接吗?

php - 如何通过使用git bash创建SQLite表来修改预先存在的.db文件

sqlite - 我们怎么知道sqlite DB的锁状态呢?

java - SQLiteLog错误没有这样的表:

python - "New Console for notebook"用于 Visual Studio 代码中的 jupyter 笔记本

python - 使用 urllib 获取标题

python - 从样式调色板获取 matplotlib 颜色

SQL INDEX 不用于 WHERE ABS(x-y) < k 条件,但用于 y - k < x < y + k 条件