The problem
I'm currently working with Java 9 and its module system and want to connect to my PostgreSQL database via JDBC.
The problem is that I could not find any information on its setup with Java 9 and it's module system but only for Java 8 and older.
The question
How can I properly setup JDBC and its driver using the java module system?