You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Boris Tassou 583b5ba46b BTA : update __init__ for deprecated method 1 year ago
config FIX module 4 years ago
.gitignore FIX module 4 years ago
README.md FIX module 4 years ago
__init__.py BTA : update __init__ for deprecated method 1 year ago
check_conn.py maj module 3 years ago
manage_psql.py maj module 3 years ago

README.md

Manage PgSQL

Module for python3 only.

Import and use

from manage_psql.manage_psql import HandlePsql

MY_PSQL_CONN = HandlePsql()
MY_PSQL_CONN.psql_checkcon()