Name

sqlite3_vfs — A virtual file system implementation

Description

The sqlite3_vfs structure consists of a series of function pointers that make up a Virtual File System (VFS) module. A VFS implementation typically allocates an sqlite3_vfs structure, initializes the various fields, and passes the structure into sqlite3_vfs_register().

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.