Skip to content

Automatically exported from code.google.com/p/sqlitefs

Notifications You must be signed in to change notification settings

tst2005googlecode/sqlitefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

sqlitefs is a file system adapter which alows a sqlite database to be accessed as a file system node.

As a command line utility:
$ sqlitefs.py ~/.config/f-spot/photos.db /tmp/f-spot

$ ls /tmp/f-spot
< indexes tables triggers

$ ls /tmp/f-spot/tables
< exports jobs meta photos photo_tags photo_versions rolls sqlite_sequence tags

$ ls /tmp/f-spot/tables/tags/*/name
Favorites Hidden People Places Events

As a code object:
>>> sqlitefs = system.Code("/System/Filesystems/sqlitefs/sqlitefs.py")['SqliteFilesystem']
>>> fs = sqlitefs("~/.config/f-spot/photos.db").attach("/tmp/f-spot")

About

Automatically exported from code.google.com/p/sqlitefs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages