rdbms-to-graphql
rdbms-to-graphql copied to clipboard
No suitable driver found for postgres
java.sql.SQLException: No suitable driver found for jdbc:postgresql://localhost:15432/world-db
adding dep solved:
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.0'