Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: RFC: Fuse::DBI - mount database as filesystem

by fergal (Chaplain)
on Oct 11, 2004 at 17:08 UTC ( [id://398217]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE person (
      name CHAR(50) PRIMARY KEY,
    ...
      best_friend char(50) references person.name,
      boss char(50) references person.name
    );
    
  2. or download this
    cat "persons/Larry Wall/spouse:row/best_friend:row/mother:row/boss:row
    +/father:row/name"
    
  3. or download this
    > ls -l company:row
    cmopany:row -> ../../companies/Blogtronic
    > ls company:row
    name
    business
    
  4. or download this
    > ls -l company:row
    cmopany:row      # not a symlink
    > ls company:row
    name
    business
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://398217]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found