d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
9 lines
474 B
Text
9 lines
474 B
Text
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.nongnu.org/libsqlfs/
|