SQLite

This appendix is a reference for the PySQLite extension, which provides an interface to SQLite that is compliant with the Python Database Specification 2.0.

Before attempting any database connectivity with PySQLite, you must import the sqlite module, using

import sqlite

In this appendix, the commands are shown first, followed by the explanation.

    Категории