postgres database with python data entry code
Warning this is only currently being test on mac os but is intened to be use on window, mac, and linux
directory stucture and usess
Database_create
\build_skischool.sh - creates database base skischool, tables, views, stored procedures, and load test data
\CSV - test data csv files need by build_skischool.sh
\Python - python scripts for loading and mangage data
\SQL - sql scripts for createing table, views, stored procedure, and some original load scripts.