bbdd-utils 0.3.14__tar.gz → 0.3.15__tar.gz
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-0.3.14 → bbdd_utils-0.3.15}/PKG-INFO +1 -1
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/bbdd_utils/utils.py +0 -4
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/bbdd_utils.egg-info/PKG-INFO +1 -1
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/setup.py +1 -1
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/LICENSE +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/README.md +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/bbdd_utils/__init__.py +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/bbdd_utils.egg-info/SOURCES.txt +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/bbdd_utils.egg-info/dependency_links.txt +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/bbdd_utils.egg-info/top_level.txt +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/pyproject.toml +0 -0
- {bbdd_utils-0.3.14 → bbdd_utils-0.3.15}/setup.cfg +0 -0
@@ -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.")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|