| Version 6 (modified by , 5 hours ago) ( diff ) |
|---|
Database creation, seeding and views
DDL script for database initialization
DML Script for seeding the database
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.
https://github.com/AleksandarAngelevski/database-seeder
Attachments (2)
- schema.sql (10.0 KB ) - added by 9 hours ago.
- views.sql (3.8 KB ) - added by 5 hours ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.
