SQLite Forum

Using a VFS shim together with another user-specified VFS
Login
You can stack shims as deep as you like, perhaps limited by liking performance. To see how, you should study "[section 3.4. VFS Shims](https://sqlite.org/vfs.html#shim)" and probably the [code it references](https://www.sqlite.org/src/doc/trunk/src/test_vfstrace.c).