bbdd-utils 0.3.14__py3-none-any.whl → 0.3.15__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 CHANGED
@@ -68,10 +68,6 @@ def Insert(conn, tabla, data):
68
68
  import mysql.connector
69
69
  from pymongo.database import Database
70
70
 
71
- # Extraer las claves y valores del diccionario
72
- columnas = data.keys()
73
- valores = tuple(data.values())
74
-
75
71
  ############# SQLite ################
76
72
  if isinstance(conn, sqlite3.Connection):
77
73
  print("Conexión exitosa a la base de datos SQL.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bbdd_utils
3
- Version: 0.3.14
3
+ Version: 0.3.15
4
4
  Summary: insertar datos en una base de datos SQL o NoSQL
5
5
  Author: Luis_J_Domingo
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,7 @@
1
+ bbdd_utils/__init__.py,sha256=mjRX7GqWkOJq66KqghZ4MZE0Aai6R89LPeu1mjq4lD4,121
2
+ bbdd_utils/utils.py,sha256=jNlSRZDS-Gtu4bDIeAA-U4AJxpnPIr6fGBT8PYSgwlg,5242
3
+ bbdd_utils-0.3.15.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
4
+ bbdd_utils-0.3.15.dist-info/METADATA,sha256=xOKF55KUzE2easD8nhun-58cW65O1KdLGYu41O7OmXY,694
5
+ bbdd_utils-0.3.15.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
6
+ bbdd_utils-0.3.15.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
7
+ bbdd_utils-0.3.15.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- bbdd_utils/__init__.py,sha256=mjRX7GqWkOJq66KqghZ4MZE0Aai6R89LPeu1mjq4lD4,121
2
- bbdd_utils/utils.py,sha256=BAXSgYIGr4p9SmyuV6J-VdyLpz8MFTP9V8MRpbW8Dko,5364
3
- bbdd_utils-0.3.14.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
4
- bbdd_utils-0.3.14.dist-info/METADATA,sha256=jQvbtqrCUH7m-8PVQzqoudqGXVut6Xz-fCUligS7AmQ,694
5
- bbdd_utils-0.3.14.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
6
- bbdd_utils-0.3.14.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
7
- bbdd_utils-0.3.14.dist-info/RECORD,,