/ECE-650-Homework-4

Using C++ API pqxx to connect to postgres database and execute various queries.

Primary LanguageC++

ECE-650-Homework-4

  • Recreates database every time program is run -- Drops and creates all table each time.
  • Updates tables with data from *.txt files.
  • Executes five queries according to spec.