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

Support for Postgres Pooling #363

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

Commits on Oct 4, 2022

  1. Added pool feature for the postgres connector

    Matteo Stellato committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b4d9e4c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. added stable support for postgres pool, added tests

    Matteo Stellato committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    432e7aa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Update lib/connectors/connector.ts

    removed PostgresPool class as Connector is a base class
    
    Co-authored-by: Arnaud <[email protected]>
    starrematte and eveningkid authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    66ae125 View commit details
    Browse the repository at this point in the history
  2. Update lib/connectors/connector.ts

    Co-authored-by: Arnaud <[email protected]>
    starrematte and eveningkid authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    050d1c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. fixed stuff as previously mentioned in eveningkid#363

    Matteo Stellato committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    3aeaec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Update lib/connectors/postgres-connector.ts

    Co-authored-by: Arnaud <[email protected]>
    starrematte and eveningkid authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f87120b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac09be View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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