Support vfsio write
Reading the code of vfs, it seems that only read-only mode is currently implemented.
I want to implement high availability sqlite database service based sqlite. I need to implement copy wal file to other sqlite node in vfs memory.
Do you think this may be considered a must-have feature?