Registered by Konstantin Stepanov

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/tablename", and remove them with "rmdir" afterwards. You can edit fields as simple YAML-files. All your usual file utilities are at your service including "find", "rm", "ln", "mv", "cp" etc.

This project is hosted at http://github.com/kstep/fusqlfs, you can also see it at https://www.ohloh.net/p/fusqlfs.

This is just a repository for debian packages of this product. You can send git patches to me via email kstep(at)p-nut(dot)info or clone the project in github and hack it further. You can also post issues in github's issues tracker for now.

The license is GPLv3+.

Project information

Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Perl 5.10.0

Get Involved

  • warning
    Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

FusqlFS does not have any download files registered with Launchpad.