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 [...]
- How I Learned to Write a Real Database Schema
This is about how I learned to make a real database schema. It was my first exposure to roles and the generally more robust practice of “multiple inheritance” object-oriented database design. This is one wheel I would never have reinvented on my own, either. So, I had no clue what I was doing, really. My [...]

Recent Comments