Modules/_sqlite/module.c
Source:
cpython 3.14 @ ab2d84fe1023/Modules/_sqlite/module.c
sqlite3 wraps the SQLite C library. The module is organized across several files: module.c (registration), connection.c (sqlite3.Connection), cursor.c (sqlite3.Cursor), row.c (sqlite3.Row), and statement.c (prepared statements).