/[fuse_dbi]/trunk/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 /trunk/README

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

revision 37 by dpavlin, Sat Aug 7 19:06:03 2004 UTC revision 38 by dpavlin, Tue Nov 16 15:59:04 2004 UTC
# Line 1  Line 1 
1  Fuse-DBI version 0.01  Fuse::DBI - mount your database as filesystem and use it
2  =====================  ========================================================
3    
4  Type perldoc Fuse::DBI to get instructions  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
6    system.
7    
8    That will give you possibility to use normal file-system tools (cat, grep,
9    vi) to manipulate data in database.
10    
11    It's actually opposite of Oracle's intention to put everything into
12    database.
13    
14    Type perldoc Fuse::DBI or perldoc examples/webgui.pl to get more
15    instructions.
16    
17  INSTALLATION  INSTALLATION
18    
# Line 16  DEPENDENCIES Line 27  DEPENDENCIES
27    
28  This module requires these other modules and libraries:  This module requires these other modules and libraries:
29    
30     FIX     Fuse
31       DBI
32       Carp
33       POSIX
34       File::Find
35    
36    Fuse module comes from CVS version of Fuse. If you have problem compiling
37    it, try to apply patch from fuse-perl-patch directory.
38    
39  COPYRIGHT AND LICENCE  COPYRIGHT AND LICENCE
40    
# Line 26  This library is free software; you can r Line 44  This library is free software; you can r
44  it under the same terms as Perl itself, either Perl version 5.8.4 or,  it under the same terms as Perl itself, either Perl version 5.8.4 or,
45  at your option, any later version of Perl 5 you may have available.  at your option, any later version of Perl 5 you may have available.
46    
   

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

  ViewVC Help
Powered by ViewVC 1.1.26