.. include:: ../global.rst .. idio:currentmodule:: sqlite3 sqlite3 Structures ------------------ .. _`sqlite3/sqlite3-db`: .. idio:struct:: sqlite3-db :field: name :field: %db :field: stmts :canonical: sqlite3/sqlite3-db * `name` is the database name as passed to :ref:`sqlite3-open ` * `%db` is the internal :ref:`sqlite3/db ` :lname:`C` database connection structure * `stmts` is a list of the unfinalized :ref:`sqlite3/stmt ` :lname:`C` prepared statement structures .. include:: ../commit.rst