Changes between Version 5 and Version 6 of DatabaseCreation
- Timestamp:
- 05/28/26 18:26:42 (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseCreation
v5 v6 5 5 == DDL script for database initialization 6 6 7 [[ schema.sql]]7 [[attachment:schema.sql]] 8 8 9 == Script for seeding the database 9 == DML Script for seeding the database 10 11 For database seeding (populating the database), we used a Python-based scripting approach. The script generates the data dynamically and inserts it into the database using the psycopg2 library. Before running the seeding process, an active SSH tunnel to the server must be established. Below is the link to the repository containing the database seeding script. \\ \\ 12 [https://github.com/AleksandarAngelevski/database-seeder https://github.com/AleksandarAngelevski/database-seeder] 13
