Category: JDBC

  • how to connect to a PostgreSQL database using JDBC w/o host

    https://en.wikipedia.org/wiki/Java_Database_Connectivity http://jan-lolling.de https://github.com/jlolling/sqlrunner https://github.com/JochenHayek/sqlrunner – my fork I am giving Jan Lolling’s SQLRunner a try to connect to a local PostgreSQL database. SQLRunner is written in Java, and it uses JDBC to connect to the various databases. Apparently there are 2 ways to connect to a PostgreSQL database: hostname + port + database + … socket +…

  • database tools using JDBC

    http://jan-lolling.de – find the download links for his software SQLRunner here https://en.wikipedia.org/wiki/DBeaver https://dbeaver.io https://www.dbvis.com – DbVisualizer https://en.wikipedia.org/wiki/JDBC https://en.wikipedia.org/wiki/JDBC_driver