.. highlightlang:: us .. _sqlite3_close: sqlite3_close ============= .. index:: sqlite3_close .. us.tag sqlite3_close NOTREADYENGLISH New550 sqlite3 :ref:`sqlite3_close` closes the open SQLite database. .. function:: bool = sqlite3_close(db) .. us.return **Return Value** *bool*. .. us.params **Parameters** .. uparam:: db *db* is a handle returned by :ref:`sqlite3_open`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.5.0 - New. .. seealso:: :ref:`overview-sqlite` :sub:`id-768130`