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

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