Name

sqlite3 — A database connection

Description

The sqlite3 structure represents a database connection to one or more database files. The structure is created with a call to sqlite3_open() or sqlite3_open_v2() and destroyed with sqlite3_close(). Nearly all data management operations must be done in the context of an sqlite3 instance.

The sqlite3 structure is opaque, and an application should never access any of the data fields directly.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.