api done
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from .connection import POSTGRESQL_CONFIG, PostgreSQLHandler
|
||||
|
||||
postgresql_db_handler = PostgreSQLHandler(**POSTGRESQL_CONFIG)
|
||||
postgresql_db_handler.connect()
|
||||
Reference in New Issue
Block a user