Introduction

An add on for Catalyst realizing the CRUD (CReate Update Delete) operations over a Catalyst model is a frequent subject of discussion at the mailing list and catalyst IRC rooms.

Obsolete projects

Catalyst::Enzyme hasn't seen an update in more than two years. In the rapid changing world of Catalyst, I think it's safe to say that it's dead by now.

Instant CRUD . This project was in limbo for a long time - but a new version is brewing. The new feature will be enabling editing of related records together in one form (like for example editing addresses linked to an account together with that account's own data). I also offloaded a lot of functionality to external modules - so it should be a lot more lightweight.

Current projects

CRUD and REST

  • Catalyst::Action::REST
    Catalyst::Controller::REST implements a mechanism for building RESTful services in Catalyst. It does this by extending the normal Catalyst dispatch mechanism to allow for different subroutines to be called based on the HTTP Method requested, while also transparently handling all the serialization/deserialization for you.
My tags:
 
Popular tags:
  CRUD
Powered by Catalyst