summaryrefslogtreecommitdiff
path: root/filesystems/sqlfs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/sqlfs/pkg-descr')
-rw-r--r--filesystems/sqlfs/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/filesystems/sqlfs/pkg-descr b/filesystems/sqlfs/pkg-descr
new file mode 100644
index 000000000000..378379443d03
--- /dev/null
+++ b/filesystems/sqlfs/pkg-descr
@@ -0,0 +1,6 @@
+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.