ironcamel / Dancer-Plugin-DBIC

DBIx::Class Plugin for Dancer
1 stars 13 forks source link

added support for database slaves via DBIx::Class::Storage::DBI::Replicated #14

Closed ironcamel closed 10 years ago

ironcamel commented 10 years ago

This still needs POD documentation, but other than that it is basically done. It adds automagic db slave support via https://metacpan.org/pod/DBIx::Class::Storage::DBI::Replicated. All credit goes to @alnewkirk for the idea and initial implementation.

alnewkirk commented 10 years ago

@ironcamel, Thanks for the cudos, this is strange because I'm sure I added POD to my PR; see https://github.com/alnewkirk/Dancer-Plugin-DBIC/commit/eda635ab9eda7aa284df325d22f680cae2fa45c2#diff-ea385eb5327faab37a1b83c1590c9277R175; I'll have to look into why this wasn't ported over later.

ironcamel commented 10 years ago

Don't worry @alnewkirk, I will manually add your POD. I have to change it a bit because I have changed the configuration format.

alnewkirk commented 10 years ago

Thanks @ironcamel.