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

Re: __PACKAGE__->add_columns( all! ) in DBIx::Class ?

by arnaud99 (Beadle)
on Mar 08, 2013 at 14:59 UTC ( [id://1022442]=note: print w/replies, xml ) Need Help??


in reply to __PACKAGE__->add_columns( all! ) in DBIx::Class ?

Hi

If you already have the schema created in your database you can use DBIx::Class::Schema::Loader.

You can run this from the command line by using the dbicdump script

If you run something like dbicdump -o dump_directory=lib MyApp::Schema $dns $user $pass

then your classes will be created under the lib/MyApp/Schema/Result directory

For more info you can use perldoc dbicdump.

hope this helps.

Arnaud.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-19 05:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found