derbynet.properties 392 B

1234567891011121314
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=Derby Network Server
  6. driver=org.apache.derby.jdbc.ClientDriver
  7. connectionSpec=jdbc:derby://<host>/<db>
  8. # the following provide description(s) for above entries in connectionSpec:
  9. host=hostname[:port] host where database resides with optional port
  10. db=database name