Skip to content

Conversation

@Kidus-AA
Copy link

@Kidus-AA Kidus-AA commented Apr 28, 2025

This PR is to close issue #28 (Add Postgres Support)

✔️ Checklist

Adds support for interacting with PostgreSQL databases:

  • Inserting pandas/polars DataFrames directly into Postgres tables, with automatic table creation and batch inserts.
  • Flexible support for both psycopg2 and pg8000 DBAPI drivers.
  • Connection management, SQL execution, and error handling

Testing:

  • Unit tests using mocks for both DBAPI drivers.
  • Integration tested against a local Postgres instance.

@Kidus-AA Kidus-AA changed the title Added postgres support feat: add postgres support Apr 28, 2025
@fdosani
Copy link
Member

fdosani commented May 1, 2025

@Kidus-AA Thanks for the PR, would you be able to run ruff against your code to ensure all the linting checks pass please.

@fdosani
Copy link
Member

fdosani commented Jan 5, 2026

@Kidus-AA wondering if you would still like to proceed with this PR? Will leave it open for a couple of more days and then close it as stale if not.

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.

2 participants