小巧、快速、可靠。
三选其二。

SQLite C 接口

文件名

typedef const char *sqlite3_filename;

类型 sqlite3_filename 用于 SQLite 将文件名传递给 VFS 的 xOpen 方法。它可以强制转换为 (const char*) 并像普通以 null 结尾的 UTF-8 缓冲区一样处理,其中包含文件名,但也可以传递给特殊 API,例如

另请参阅 对象常量函数 列表。