Skip to content

bonede/sqlfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLfs - Linux FUSE file system backed by SQLite

Dependency

  • libc
  • libfuse3
  • libsqlite3

Test drive

$ # Build it
$ make
$ # Prepare the mount point
$ mkdir ~/fs
$ # Mount the file system in `~/fs`. Files are stored in sqlite file `~/fs.db`. `-f` make it run in foreground
$ ./sqlfs -f --db ~/fs.db ~/fs 
$ # In another terminal
$ git clone git@github.com:bonede/sqlfs.git ~/fs

About

Linux FUSE file system backed by SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published