bbdd-utils 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bbdd_utils/utils.py +1 -1
- {bbdd_utils-0.3.0.dist-info → bbdd_utils-0.3.1.dist-info}/METADATA +1 -1
- bbdd_utils-0.3.1.dist-info/RECORD +7 -0
- bbdd_utils-0.3.0.dist-info/RECORD +0 -7
- {bbdd_utils-0.3.0.dist-info → bbdd_utils-0.3.1.dist-info}/WHEEL +0 -0
- {bbdd_utils-0.3.0.dist-info → bbdd_utils-0.3.1.dist-info}/licenses/LICENSE +0 -0
- {bbdd_utils-0.3.0.dist-info → bbdd_utils-0.3.1.dist-info}/top_level.txt +0 -0
bbdd_utils/utils.py
CHANGED
@@ -59,7 +59,7 @@ def Conector_bbdd(tipo='sqlite', nombre='mi_base_de_datos', host='localhost', pu
|
|
59
59
|
else:
|
60
60
|
raise ValueError("Tipo de base de datos no soportado. Usa 'sqlite', 'mysql' o 'mongodb'.")
|
61
61
|
|
62
|
-
def
|
62
|
+
def Cerrar_conexion(conn):
|
63
63
|
"""
|
64
64
|
Cierra la conexión a la base de datos.
|
65
65
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
bbdd_utils/__init__.py,sha256=mjRX7GqWkOJq66KqghZ4MZE0Aai6R89LPeu1mjq4lD4,121
|
2
|
+
bbdd_utils/utils.py,sha256=k6OQF5UQuDlRIxw6CNytY5TXnyTFeOCzTpvFsIQiqWg,4352
|
3
|
+
bbdd_utils-0.3.1.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
|
4
|
+
bbdd_utils-0.3.1.dist-info/METADATA,sha256=BVWPIZFbOVZTMIl-kCUKoMm_cetKpLV_YeL_2dIzxb8,688
|
5
|
+
bbdd_utils-0.3.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
6
|
+
bbdd_utils-0.3.1.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
|
7
|
+
bbdd_utils-0.3.1.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
bbdd_utils/__init__.py,sha256=mjRX7GqWkOJq66KqghZ4MZE0Aai6R89LPeu1mjq4lD4,121
|
2
|
-
bbdd_utils/utils.py,sha256=CF-c6joSOfOmdryC3aFKTJp5HfCDoYwj4lz6hbsvy1U,4352
|
3
|
-
bbdd_utils-0.3.0.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
|
4
|
-
bbdd_utils-0.3.0.dist-info/METADATA,sha256=Roo-pGSHMKQOkPg4Kv5MTNMjd8oFb3igfrPB-SVsqS0,688
|
5
|
-
bbdd_utils-0.3.0.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
6
|
-
bbdd_utils-0.3.0.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
|
7
|
-
bbdd_utils-0.3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|