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

Add MySQL module #943

Merged
merged 14 commits into from
Mar 23, 2023
Merged

Add MySQL module #943

merged 14 commits into from
Mar 23, 2023

Commits on Mar 18, 2023

  1. Add MySQL module

    The module allow to start a MySQL database. By default, the value
    for username, password and database is test but those can be
    set using the proper functions `WithUsername()`, `WithPassword` and
    `WithDatabase()`. It also provides fns to get those values and
    build the connection string.
    eddumelendez committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    26cb828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdbc2eb View commit details
    Browse the repository at this point in the history
  3. Fix comments

    eddumelendez committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    7b68713 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    f50dcf8 View commit details
    Browse the repository at this point in the history
  2. Add docs

    eddumelendez committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cde72cc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Refactor

    eddumelendez committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    372fcfb View commit details
    Browse the repository at this point in the history
  2. Update modules/mysql/mysql.go

    Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
    eddumelendez and mdelapenya committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a1702ea View commit details
    Browse the repository at this point in the history
  3. Update modules/mysql/mysql.go

    Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
    eddumelendez and mdelapenya committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    01fc534 View commit details
    Browse the repository at this point in the history
  4. Add WithImage

    eddumelendez committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9c55af3 View commit details
    Browse the repository at this point in the history
  5. Add connectionString fn

    eddumelendez committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0cdb2ed View commit details
    Browse the repository at this point in the history
  6. Update docs

    eddumelendez committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    82be5d8 View commit details
    Browse the repository at this point in the history
  7. Resolve conflicts

    eddumelendez committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    50ae121 View commit details
    Browse the repository at this point in the history
  8. Fix docs

    eddumelendez committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2c5f020 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4fab6c6 View commit details
    Browse the repository at this point in the history