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 connection pooling to MySQL and Postgres #900

Merged
merged 26 commits into from
Oct 30, 2024
Merged

Add connection pooling to MySQL and Postgres #900

merged 26 commits into from
Oct 30, 2024

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    19eda09 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    fd7d200 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    3ff0a83 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    bc08c93 View commit details
    Browse the repository at this point in the history
  2. Refactor MySQLConnection to use connection pooling and initialize con…

    …nection pool with specified size
    josephmancuso committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    28418eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    341db08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad5ad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba7372f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf9bc84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3010894 View commit details
    Browse the repository at this point in the history
  8. format

    josephmancuso committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    db112ca View commit details
    Browse the repository at this point in the history
  9. Refactor PostgresConnection to use connection pooling and update conn…

    …ection pool size parameter
    josephmancuso committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8291bc7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cbd0e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4656b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a237fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c4ff02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d14c826 View commit details
    Browse the repository at this point in the history
  15. linted

    josephmancuso committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    76590f8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d28435b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9475b9e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    09d082b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e466282 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    94b1347 View commit details
    Browse the repository at this point in the history
  21. linted

    josephmancuso committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fd6785f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0468c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. linted

    josephmancuso committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7a6e7a8 View commit details
    Browse the repository at this point in the history