5
0
Fork 0
mirror of https://git.securmail.fr/gizmo/python-module-pgsql.git synced 2024-12-22 04:14:43 +01:00
Go to file
2020-05-15 14:08:17 +02:00
config FIX module 2019-12-03 16:47:41 +01:00
.gitignore FIX module 2019-12-03 16:47:41 +01:00
__init__.py maj module 2020-05-15 14:08:17 +02:00
check_conn.py maj module 2020-05-15 14:08:17 +02:00
manage_psql.py maj module 2020-05-15 14:08:17 +02: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()