bigpresh / Dancer-Plugin-Database

Dancer::Plugin::Database - easy database support for Dancer applications
http://search.cpan.org/dist/Dancer-Plugin-Database
37 stars 36 forks source link

dsn_extra configuration hash for "all remaining" dsn key-val pairs #38

Closed msouth closed 9 years ago

msouth commented 11 years ago

This just adds a 'dsn_extra' hash to the config that you can use for things like mysql_socket or any other current/future driver- specific parameter that you might need for your data source name.

bigpresh commented 10 years ago

Wow - this has been waiting far too long, sorry.

Will get this merged as soon as I have a moment to resolve the conflict.

ambs commented 9 years ago

Merged manually. Releasing ::Core and ::Dancer1 versions. Dancer2:: should need to wait some extra fixes. Thanks.