hsqldb.properties 363 B

123456789101112131415
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=HSQLDB Server
  6. connectionSpec=jdbc:hsqldb:hsql://<host>/<db>
  7. host=hostname[:port] (possibly just localhost)
  8. driver=org.hsqldb.jdbcDriver
  9. # Sample path to the HSQLDB drivers.
  10. # Use -dp to override.
  11. driverPath=/HSQLDB/1.8.0/hsqldb.jar