Hypersonic SQL is a very good database for development purpose. Please check at http://hsqldb.org/ To use hsqldb just drop in the jar in your library path and start it as a java application from your IDE. It comes with a data browser also which can help in looking into the database. To start the database in eclipse see the following video
The details of connecting the database are:
driver_class=org.hsqldb.jdbcDriver
url=jdbc:hsqldb:hsql://localhost
username=sa
password=""
No comments:
Post a Comment