Skip to content

Fix: generalize and refactor connection pool from workflows#744

Closed
ad-claw000 wants to merge 2 commits into
developfrom
fix/issue-598
Closed

Fix: generalize and refactor connection pool from workflows#744
ad-claw000 wants to merge 2 commits into
developfrom
fix/issue-598

Conversation

@ad-claw000

Copy link
Copy Markdown
Contributor

Closes #598

Exported ConnectionPool in __init__.py to make it accessible directly from aperturedb module.

Copilot AI review requested due to automatic review settings June 17, 2026 17:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses #598 by making the ConnectionPool implementation accessible directly from the top-level aperturedb package, aligning the Python module API with the workflows-derived connection pool usage.

Changes:

  • Re-export ConnectionPool from aperturedb/__init__.py so consumers can import it directly from aperturedb.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread aperturedb/__init__.py
if __version__ != latest_version:
logger.warning(
f"The latest version of aperturedb is {latest_version}. You are using version {__version__}. It is recommended to upgrade.")
from .ConnectionPool import ConnectionPool
@luisremis luisremis closed this Jun 17, 2026
@luisremis luisremis deleted the fix/issue-598 branch June 17, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Try to generalize and refactor connection pool from workflows.

3 participants