Skip to content

SHjalilo/PostgreSQL_Python_Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Python With PostgreSQL !

Connect a Python app with Posgres database , Psycopg2 it's a database adapter for the Python programming language . you can install it with : pip install psycopg2 or pip3 install psycopg2 if you on macOS .

Requirement :

  • Python version > 3.6
  • psycopg2==2.9.5

Note: (Ubuntu - users) ! if you have a problem with install Psycopg2 install [libpq-dev] library : sudo apt-get install libpq-dev .

About

Simple script to connect psql with python .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages