J
jeremy
Text
sqlite3 â DB-API 2.0 interface for SQLite databases
Python ships with a module that talks to a SQLite database file directly, with no server to install. You open a connection to the file, ask it for a cursor, and then run SQL statements through that c…