There seems to be no single software solution "out there" for mounting an SQLite DB (or an SQLite archive) as a file system, with or without per-record relative paths.
There's FUSE-using Sqlitefs & WebDAV-using Wddbfs.
Is there a software solution to mounting any DB as a filesystem?
There's FUSE-using Sqlitefs & WebDAV-using Wddbfs.