bbdd-utils 0.3.7__tar.gz → 0.3.8__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.7 → bbdd_utils-0.3.8}/PKG-INFO +1 -1
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/bbdd_utils/utils.py +1 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/bbdd_utils.egg-info/PKG-INFO +1 -1
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/setup.py +1 -1
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/LICENSE +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/README.md +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/bbdd_utils/__init__.py +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/bbdd_utils.egg-info/SOURCES.txt +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/bbdd_utils.egg-info/dependency_links.txt +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/bbdd_utils.egg-info/top_level.txt +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/pyproject.toml +0 -0
- {bbdd_utils-0.3.7 → bbdd_utils-0.3.8}/setup.cfg +0 -0
@@ -78,6 +78,7 @@ def Insert(conn, data):
|
|
78
78
|
# Verifica el tipo de base de datos con la que estamos trabajando
|
79
79
|
import sqlite3
|
80
80
|
from mysql.connector.connection import MySQLConnection
|
81
|
+
import mysql.connector
|
81
82
|
from pymongo.database import Database
|
82
83
|
############# SQLite ################
|
83
84
|
if isinstance(conn, sqlite3.Connection):
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|