开发者

Override read/write function calls to an SQLite database file

Is it possible to override the read/write I/O functions to the SQLit开发者_如何学运维e file, so that we can provide custom implementation of such functions?


You may want to look into writing your own VFS layer. See here for more details.

Specifically, the section sqlite3_io_methods.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜