mirror of
https://git.securmail.fr/gizmo/python-module-pgsql.git
synced 2025-11-03 20:05:20 +01:00
No description
| config | ||
| .gitignore | ||
| __init__.py | ||
| check_conn.py | ||
| manage_psql.py | ||
| 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()