H2 Database and JDBC

Working with an H2 Database and JDBC

H2 and JDBC

  • What an H2 database is and how to set it up.
  • A look at the JDBC Driver reference list.
  • How to open connections to a database with Java, through the DriverManager.
  • A look at JDBC URLs and how they are built.
  • A look at H2 specific JDBC urls and options for schema initialization.