This FUSE-daemon allows to mount any DB as a simple filesystem. Unlike other similar "sqlfs" filesystem, it doesn't provide simple DB-backed file storage, but gives you full interface to all database internals.
Every table, view, function etc. is a directory, every single field, index, record etc. is a file, symlink or subdirectory in the mounted filesystem. You can create table "mkdir ./mnt/tables/
This project is hosted at http://
This is just a repository for debian packages of this product. You can send git patches to me via email kstep(at)
The license is GPLv3+.
View full history Series and milestones
trunk series is the current focus of development.