Dive into the archives.
- Multiple Table Inheritance?
DBIx::Class::ResultSource::MultipleTableInheritance is finally out. The idea behind multiple table inheritance is to combine multiple tables behind a view that is writable and updateable like a normal table, which can allow you to do all sorts of nifty things. The combination of the tables is accomplished via a set of triggers and rules for insertion and [...]

Recent Comments