Odo Database - groupon/odo GitHub Wiki

You may need to manually edit entries in database. We recommend using SQL Workbench.

  1. Download and launch SQL Workbench http://www.sql-workbench.net/downloads.html
  2. Download the H2 jar from : http://www.h2database.com/automated/h2-latest.jar
  3. On the Connect Window for Sql Workbench select "Manage Drivers"
  4. Select the H2 driver and select the jar you downloaded in step 2 as the library.
  5. Select the H2 driver you just created from the Driver dropdown box
  6. In the URL field enter : jdbc:h2:tcp://localhost/h2proxydb/proxydb
  7. In the Username field enter : SA
  8. Click Ok. You should be connected to the running Database