Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize impls over M: ManageConnection #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2020

  1. Generalize impls over M: ManageConnection

    This allows users of the library to write their own ConnectionManager
    mikeyhew committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9e92536 View commit details
    Browse the repository at this point in the history
  2. Add an example with a custom connection manager

    This shows that the library works with a custom connection manager, in this case, a dynamic connection manager with a database url that may change at runtime
    mikeyhew committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1867f05 View commit details
    Browse the repository at this point in the history