CREATE DATABASE <database>;
CREATE USER <user> WITH PASSWORD '<password>';
ALTER DATABASE <database> OWNER TO <user>;
GRANT ALL ON database <database> TO <user>;
[PostgreSQL]
host=<host>
database=<database>
user=<user>
password=<password>
This project is part of the Knowledge Graphs course at Technische Universität Wien.