Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: eea03638202d94a5b9598bd1720f46810f5ed73b Size: 4.79 MB File Format: exe
Rating: 2.217391304
out of 5
based on 23 user ratings
Downloads: 1323 License: Free
H2 Database Engine is a free software by H2 Database and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download H2 Database Engine which is 4.79 MB in size and belongs to the software category Databases Tools. H2 Database Engine was released on 2013-03-19 and last updated on our database on 2017-04-25 and is currently at version 1.3.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
H2 Database Engine Description
H2 Database Engine, the Java SQL database. The main features of H2 are very fast, open source, JDBC API. It can be worked in Embedded and server modes. There is in-memory databases and Browser based Console application. To use it in embedded mode, you need to add the h2*.jar to the classpath (H2 does not have any dependencies). Use the JDBC driver class: org.h2.Driver and The database URL jdbc:h2:~/test opens the database test in your user home directory. A new database is automatically created.