Overview of H2 Database features
masterH2 is a fast, open-source Java SQL database with a small footprint (approximately 2.5 MB jar file size). Key features include:
- Modes: Supports both Embedded and Server modes, with options for disk-based or in-memory databases.
- Concurrency: Provides transaction support and multi-version concurrency control.
- Interface: Offers a JDBC API, an ODBC driver, and a browser-based Console application.
- Capabilities: Includes full-text search and encrypted databases.
- Platform: Pure Java implementation.