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.

Current projects

Read this thread for a comparison of the projects.

Other interesting modules:

CRUD, REST, RPC and APIs

Read this thread for a very good recent discussion of CRUD, REST and RPC API issues.

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.

(As the author, I recommend you choose another module. /Johan)

CatalystX::ListFramework::Builder has been deprecated in favourfavor of the newer Catalyst::Plugin::AutoCRUD, so you are recommended to use that instead.