Spaces:
Build error
Build error
Upload utilities.py
Browse files- utilities.py +1 -1
utilities.py
CHANGED
@@ -150,7 +150,7 @@ db_path = os.path.join("imp_db.db")
|
|
150 |
|
151 |
|
152 |
def query_excecuter_postgres(
|
153 |
-
query, db_path, params=None, insert=True, insert_retrieve=False, db_cred=None
|
154 |
):
|
155 |
"""
|
156 |
Executes a SQL query on a SQLite database, handling both insert and select operations.
|
|
|
150 |
|
151 |
|
152 |
def query_excecuter_postgres(
|
153 |
+
query, db_path=None, params=None, insert=True, insert_retrieve=False, db_cred=None
|
154 |
):
|
155 |
"""
|
156 |
Executes a SQL query on a SQLite database, handling both insert and select operations.
|