Name

sqlite3_shutdown() — Shut down the SQLite library

Definition

int sqlite3_shutdown( );
Returns

An SQLite result code.

Description

This function shuts down the SQLite library and releases all associated resources. The library must be reinitialized before it can be used again. It is safe to call this function multiple times.

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.