Answers for "postgresql for python"

0

how to install postgresql python

pip install psycopg2
Posted by: Guest on March-18-2020
0

python to postgresql

from sqlalchemy import create_engine
engine = create_engine('postgresql://postgres:admin1@localhost:5432/postgres')
Posted by: Guest on February-02-2021

Python Answers by Framework

Browse Popular Code Answers by Language