diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 14:29:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 14:29:25 +0000 |
commit | 560bc217f1211d041da8228ff24c830b8e3e5670 (patch) | |
tree | 0d1f4349aa86f2d7751fa83f2738e68a45e818fe /sysutils/fusefs-sqlfs/pkg-descr | |
parent | 5fed5ec4d974f1a5e61f044641303b409083e5da (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-sqlfs/pkg-descr')
-rw-r--r-- | sysutils/fusefs-sqlfs/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/fusefs-sqlfs/pkg-descr b/sysutils/fusefs-sqlfs/pkg-descr new file mode 100644 index 000000000000..954b32d26c93 --- /dev/null +++ b/sysutils/fusefs-sqlfs/pkg-descr @@ -0,0 +1,9 @@ +The sqlfs filesystem implements a POSIX style file system on top of an SQLite +database. It allows applications to have access to a full read/write +file system in a single file, complete with its own file hierarchy and name +space. This is useful for applications which needs structured storage, such +as embedding documents within documents, or management of configuration +data or preferences. + +Author: Palmsource, Inc. An Access Company +WWW: http://www.palmsource.com/opensource/ |