From b9c1c686a0185546386c0446123238ed3b3912f9 Mon Sep 17 00:00:00 2001 From: Aditya Jaroli Date: Tue, 9 Jan 2024 13:46:16 +0530 Subject: [PATCH 1/2] Updated readme and updated project name --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f3c16..be7358e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# pandas-to-postgres +# pg-bulk-loader

Overview

-**pandas-to-postgres** is a utility package designed to facilitate faster bulk insertion from pandas DataFrame to a PostgreSQL table. +**pg-bulk-loader** is a utility package designed to facilitate faster bulk insertion DataFrame to a PostgreSQL Database. +Currently, it supports load from pandas DataFrame only.

Purpose

From 61a96b27daf732a9b89b1b71eb1c7aca32c709b7 Mon Sep 17 00:00:00 2001 From: Aditya Jaroli Date: Tue, 9 Jan 2024 13:48:30 +0530 Subject: [PATCH 2/2] Updated the project urls in pyproject toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bec919e..35dd3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,5 +23,5 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/adityajaroli/pandas-to-postgres.git" -Issues = "https://github.com/adityajaroli/pandas-to-postgres/issues" \ No newline at end of file +Homepage = "https://github.com/adityajaroli/pg-bulk-loader.git" +Issues = "https://github.com/adityajaroli/pg-bulk-loader/issues" \ No newline at end of file