boltun
boltun copied to clipboard
Allow config from function
This change allows for grater flexability in configuring the connection.
Rather than having to redeclare config options explicitly, one can now defer to the config provided by Ecto.
use Boltun, config: &MyApp.Repo.config/0
Resolves #6