rdbms-to-graphql icon indicating copy to clipboard operation
rdbms-to-graphql copied to clipboard

No suitable driver found for postgres

Open archenroot opened this issue 7 years ago • 1 comments

java.sql.SQLException: No suitable driver found for jdbc:postgresql://localhost:15432/world-db

archenroot avatar Jan 26 '19 16:01 archenroot

adding dep solved: compile group: 'org.postgresql', name: 'postgresql', version: '42.2.0'

archenroot avatar Jan 26 '19 16:01 archenroot