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

With multiple connections, emphasize need to provide name of connection. #86

Closed jkeenan closed 8 years ago

jkeenan commented 8 years ago

This slight documentation change reflects discussion in GH issue 85.

Cf.: https://github.com/bigpresh/Dancer-Plugin-Database/issues/85

bigpresh commented 8 years ago

Thanks for the PR, and sorry for the slow reply. I've gone with a modified version of Josh's wording which I think clarifies it best - in particular, that you can still call database without a connection name, but that you'd get the default un-named connection details in that case.