It would be great if this module could support composite primary keys. For example:
key_column => [qw/key_1 key_2 key_3/];
I have a few tables I can't use this module for because they have composite primary keys. (I may be able to write a patch for this in the next week or so.)