Files
Tobias Quadfasel 61b238e87b feat(add-data): Add script to insert prepped data into database
The script `insert_sql.py` uses `pyodbc` to connect to the Azure SQL
database, loads the data from the preprocessed `customers.json` file,
formats them and then inserts them into the created table schema.
2024-08-31 14:39:21 +02:00
..