5
0
Fork 0
mirror of https://git.securmail.fr/gizmo/python-module-pgsql.git synced 2024-12-22 03:04:41 +01:00
Go to file
2019-12-03 16:47:41 +01:00
config FIX module 2019-12-03 16:47:41 +01:00
manage_psql FIX module 2019-12-03 16:47:41 +01:00
.gitignore FIX module 2019-12-03 16:47:41 +01:00
check_conn.py FIX module 2019-12-03 16:47:41 +01:00
README.md FIX module 2019-12-03 16:47:41 +01:00

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()