Used H2 Database Engine for Windows?


Editors’ Review

Download.com staff
H2 Database Engine is a high-performance Java SQL database accessible via JDBC API. It supports flexible operation in both embedded and server modes, offering optional in-memory database functionality and a browser-based console.
Enlarged image for H2 Database Engine
H2 Database Engine 0/4
  • Pros

    • Provides very fast performance for database operations.
    • Fully open source database engine.
    • Supports standard JDBC API integration.
    • Offers flexible embedded and dedicated server operating modes.
    • Features zero external dependencies beyond the core JAR file.
  • Cons

    • Embedded mode requires adding the h2*.jar file to the classpath.

Used H2 Database Engine for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1.3.171
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows 10
  • Windows XP
  • Windows Vista
  • Windows 7
Additional Requirements
None
POPULARITY
Total Downloads
516
Downloads Last Week
1

Report Software

Program available in other languages


Last Updated


Developer’s Description

Access a SQL database using a browser interface.
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.

Download.com
Your review for H2 Database Engine