Changes between Version 5 and Version 6 of DatabaseCreation


Ignore:
Timestamp:
05/28/26 18:26:42 (4 hours ago)
Author:
231219
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseCreation

    v5 v6  
    55== DDL script for database initialization
    66
    7 [[schema.sql]]
     7[[attachment:schema.sql]]
    88
    9 == Script for seeding the database
     9== DML Script for seeding the database
     10
     11For 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