[Catalyst] Updating a database entry
Eden Cardim
edencardim at gmail.com
Mon Apr 11 18:44:31 GMT 2011
>>>>> "Francisco" == Francisco Obispo <fobispo at isc.org> writes:
Francisco> Remember that Catalyst uses DBIx::Class as an ORM.
No it doesn't, but you can use DBIx::Class if you want to, or any other
ORM, for that matter, given it's perl and you can use whatever modules
you want.
Francisco> so it must be able to uniquely identified each row with
Francisco> a Primary Key.
This is orthogonal to the fact that you're using DBIC inside Catalyst,
it actually depends on the data model you've implemented.
--
Eden Cardim Need help with your Catalyst or DBIx::Class project?
Code Monkey http://www.shadowcat.co.uk/catalyst/
Shadowcat Systems Ltd. Want a managed development or deployment platform?
http://blog.edencardim.com/ http://www.shadowcat.co.uk/servers/
More information about the Catalyst
mailing list