Database - AdopseTeam/IMDB GitHub Wiki
Database Server
To develop our application we used PostgreSQL. The Database server was provided from the domain host (Heroku) as an additional resource that we could make use of. We had access to the database server via a web interface and various connection credentials
Database Management
We made use of PgAdminIII to access the Database and perform various actions through the provivded interface for easier management. It was especially useful for the management of the numerous tables and the relationships between them.
Libraries
To use PostgreSQL during our project development we used a library named NpgSQL. We used this external library to make the usage of PostgreSQL possible, since .NET Core MVC by default makes use of SQLite/MySQL.