Welcome to our CS2102: Database Systems project!
- Clone this project into a new folder.
- Ensure that you have the following prerequisites
- In cloned folder, go to main , execute import.sh to import the database and test cases
- Run database by run.sh
- Installed psql (14 is OK)
- Setup user postgres with no password authentication
-
Open psql instance
-
SHOW hba_file;
, -
GOTO hba_file,
-
change ALL
Method
attributes totrust
, -
restart PSQL server by Services (Windows) ->
postgresql...
-> Right click and restart server
-