Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: DBIx::Class Querying Multiple Databases

by sundialsvc4 (Abbot)
on May 19, 2014 at 18:10 UTC ( [id://1086703]=note: print w/replies, xml ) Need Help??


in reply to DBIx::Class Querying Multiple Databases

You will open a database “connection” by calling the connect() method of the Schema-object, as shown in the documentation page for DBIx::Class.   This connection-handle (called $schema in the docs) is what you will use when talking to that particular database.   Your application may open several database connections and perform queries and other operations against any of them, at will.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found