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().

See Also

sqlite3_vfs_register()