开发者

Override read/write function calls to an SQLite database file

开发者 https://www.devze.com 2023-04-06 07:13 出处:网络
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 V

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

精彩评论

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

关注公众号