Small. Fast. Reliable.
Choose any three.

SQLite C Interface

File Name

typedef const char *sqlite3_filename;

Type sqlite3_filename is used by SQLite to pass filenames to the xOpen method of a VFS. It may be cast to (const char*) and treated as a normal, nul-terminated, UTF-8 buffer containing the filename, but may also be passed to special APIs such as:

See also lists of Objects, Constants, and Functions.