4 lines
156 B
Python
4 lines
156 B
Python
from .connection import POSTGRESQL_CONFIG, PostgreSQLHandler
|
|
|
|
postgresql_db_handler = PostgreSQLHandler(**POSTGRESQL_CONFIG)
|
|
postgresql_db_handler.connect() |