H2 JDBC Driver and URL Information
H2 Server JDBC Driver DRIVER CLASS: org.h2.Driver DRIVER LOCATION: Enter the location of the jar file containing the H2 JDBC Driver JDBC URL FORMAT: jdbc:h2:tcp://<host>/<database> H2 Embedded JDBC Driver DRIVER CLASS: org.h2.Driver DRIVER LOCATION: Enter the location of the jar file containing the H2 JDBC Driver JDBC URL FORMAT: jdbc:h2:file:<filepath> |