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

Added a method to create a mysql database from a connection object #583

Merged
merged 4 commits into from
Jul 6, 2021

Commits on Jun 17, 2021

  1. Added a method to create a mysql database from a connection object

    Sébastien CAPARROS committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    f98ad3a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Calling WithConnection from WithInstance to de-duplicate code

    Sébastien CAPARROS committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    394279a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Adding context and ping to mysql.WithConnection

    Sébastien CAPARROS committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    73081e2 View commit details
    Browse the repository at this point in the history
  2. Interface type check at compile time

    Sébastien CAPARROS committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4bfe192 View commit details
    Browse the repository at this point in the history