sqlite3vfs icon indicating copy to clipboard operation
sqlite3vfs copied to clipboard

Go sqlite3 vfs

Results 3 sqlite3vfs issues
Sort by recently updated
recently updated
newest added

Mind documenting which errors exactly SQLITE3 is expecting from certain edge conditions? For example, when SQLITE3 tries to read bytes from an empty file I return io.EOF from my ReadAt...

Hello. Thanks for your great job and contrubution. I did try to write own sqlite3vfs based on your library, but looks like in end it did not work on Apple....

Idea was taken from [https://www.sqlite.org/src/file/ext/misc/memvfs.c](https://www.sqlite.org/src/file/ext/misc/memvfs.c). Sometimes will be cool not only define VFS in extension, but also provide additional functions from this extension. Examples for use: - You can use...