sqlite3
一个 Python 标准库,通过 Python 代码操作 SQLite 数据库。
sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.13.1 documentation
使用
import sqlite3
con = sqlite3.connect("wiki.db")
编辑权限请联系管理员获取(ztm0929@icloud.com)
一个 Python 标准库,通过 Python 代码操作 SQLite 数据库。
sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.13.1 documentation
import sqlite3
con = sqlite3.connect("wiki.db")