/[fuse_dbi]/fuse-couchdb/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /fuse-couchdb/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 38 by dpavlin, Tue Nov 16 15:59:04 2004 UTC revision 42 by dpavlin, Tue Nov 23 11:03:38 2004 UTC
# Line 3  Fuse::DBI - mount your database as files Line 3  Fuse::DBI - mount your database as files
3    
4  This module will use Fuse module, part of FUSE (Filesystem in USErspace)  This module will use Fuse module, part of FUSE (Filesystem in USErspace)
5  available at http://fuse.sourceforge.net/ to mount your database as file  available at http://fuse.sourceforge.net/ to mount your database as file
6  system.  system. Fuse is currently available only for Linux because it consists of
7    kernel module and user-land library.
8    
9  That will give you possibility to use normal file-system tools (cat, grep,  That will give you possibility to use normal file-system tools (cat, grep,
10  vi) to manipulate data in database.  vi) to manipulate data in database.
# Line 33  This module requires these other modules Line 34  This module requires these other modules
34     POSIX     POSIX
35     File::Find     File::Find
36    
37  Fuse module comes from CVS version of Fuse. If you have problem compiling  Fuse module comes from CVS version of Fuse. It's important to have fuse
38  it, try to apply patch from fuse-perl-patch directory.  library and perl bindings in sync. In past, it was tested with older
39    versions of fuse, but no guarantees are made for this to work.
40    
41    If you have problem compiling Fuse perl bindings, try to apply patch from
42    fuse-perl-patch directory. This shouldn't be necessary because current CVS
43    version of Fuse perl bindings already has this patch applied.
44    
45  COPYRIGHT AND LICENCE  COPYRIGHT AND LICENCE
46    

Legend:
Removed from v.38  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26