Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: No Fear: decoupling your application from the database

by autarch (Hermit)
on Mar 27, 2003 at 00:32 UTC ( [id://246125]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cursor =
        $schema->join
    ...
              ],
              ...
            );
    
  2. or download this
      SELECT ... FROM Foo
           OUTER JOIN Bar on Bar.foo_id = Foo.foo_id AND
                      Bar.size > 2
      WHERE ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-29 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found