[python] create_engine schema setting
postgres 접속 명령어
db_connection_str = 'postgresql://postgres:asdfqwer@127.0.0.1:5432/db_name'
db_connection = create_engine(db_connection_str, connect_args={'options': '-csearch_path={}'.format('db_schema')})
conn = db_connection.connect()
이 문서는
jhy156456에 의해 작성되었습니다.
마지막 수정 날짜:2023-01-05 22:00:00