Skip to content

Linnea030/Database_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Database_Programming

Built a PostgreSQL database. The relation schemas (tables) of the database will be provided, along with the database values:

  1. A C++ program to read text files containing the entries (rows) for each table, and build the database by creating each table and adding entries.
  2. A C++ library (set of functions) which will provide an interface for a program to interact with the database (e.g. add rows to the tables and query for certain information).

About

Built a PostgreSQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published