Retrieving column metadata with DBIx::Class
Monday, January 22nd, 2007DBIx::Class is a flexible SQL to OO mapper which I use in most of my projects. No more writing and fiddling around with SQL statements. But its flexible enough, so you can get down and dirty with SQL if you need to.
Here’s how to retrieve column metadata from the underlying database schema.
Lets say I need […]