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

Draft: add psycopg3 pool #298

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

Commits on Sep 29, 2024

  1. feat: add psycopg3 pool

    akerlay committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2450086 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix tool.poetry.extras, add psycopg-pool to 'psycopg' installation. R…

    …emove redundant imports
    akerlay committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9212a5a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix database name, fix imports (direct -> utils) to catch situation w…

    …here psycopg is not installed
    akerlay committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4e3ca11 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix typing

    kalombos committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cc08a31 View commit details
    Browse the repository at this point in the history
  2. fix nconns

    kalombos committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5aeb281 View commit details
    Browse the repository at this point in the history
  3. fix pool_params

    kalombos committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0fa3810 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. updated documentation readme contributors

    removed 3 postfix for psycopg
    kalombos committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d4495e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. update ci

    kalombos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3f8ee0f View commit details
    Browse the repository at this point in the history
  2. update ci

    kalombos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3d3bc16 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

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

Commits on Oct 21, 2024

  1. fix mypy

    kalombos committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c882d9d View commit details
    Browse the repository at this point in the history