Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

H2 is an embeddable RDBMS written in Java.

License

NotificationsYou must be signed in to change notification settings

h2database/h2database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Welcome to H2, the Java SQL database.

The main features of H2 are:

  • Very fast, open source, JDBC API
  • Embedded and server modes; disk-based or in-memory databases
  • Transaction support, multi-version concurrency
  • Browser based Console application
  • Encrypted databases
  • Fulltext search
  • Pure Java with small footprint: around 2.5 MB jar file size
  • ODBC driver

More information:https://h2database.com

Downloads

Download latest version or add topom.xml:

<dependency>    <groupId>com.h2database</groupId>    <artifactId>h2</artifactId>    <version>2.4.240</version></dependency>

Documentation

Support


[8]ページ先頭

©2009-2025 Movatter.jp