Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python to postgresql

from sqlalchemy import create_engine
engine = create_engine('postgresql://postgres:admin1@localhost:5432/postgres')
 
PREVIOUS NEXT
Tagged: #python #postgresql
ADD COMMENT
Topic
Name
1+8 =