Skip to content

A simple connection to pgAdmin 4 via Python allowing the user to manipulate a relational PostgreSQL database in a pythonic way, like using Pandas DataFrames.

License

Notifications You must be signed in to change notification settings

adelig/connect-to-postgresql-via-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL - Python connection

alt text License: MIT

Τhe code is a framework through which the user can manipulate a relational PostgreSQL database in a pythonic way, like using Pandas DataFrames.

Instructions

In order to run the script properly, the user has to update the provided configuration file named "credentials.ini" (which has to be placed in the same directory with the script itself) with his own credentials used in the PostgreSQL localhost process, such as the database name, the username, the password and the port.

The exact location of the port value in the pgAdmin 4 console is depicted in the below snapshot.

alt text

About

A simple connection to pgAdmin 4 via Python allowing the user to manipulate a relational PostgreSQL database in a pythonic way, like using Pandas DataFrames.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages