Login
From:
Python documentation
(Uncensored)
subscribe
sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.13.2 documentation
https://docs.python.org/3/library/sqlite3.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/sqlite3/ SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard ...