sqlite-vfs
sqlite-vfs copied to clipboard
Build SQLite virtual file systems (VFS) by implementing a simple Rust trait.
The following tests need to be fixed rather than skipped: - [ ] memsubsys2.test - [ ] superlock.test - [ ] symlink.test
Most WAL tests are already green, only the following are remaining to be fixed: - [ ] wal5.test - [ ] wal6.test - [ ] walro.test - [ ] walro2.test...
Tests currently run against version 3.37.2. While no overly important, it might be useful to upgrade this to the latest version of SQLite eventually.