On 28/04/2009, at 7:38 PM, Malloy wrote: > Which model is better, DBI or DBIC::Schema? > Thanks. Err, they do different things. Use the latter if you want to use DBIx::Class (recommended) or the former if you want to use plain DBI. You can also use both in the same app if you like.