All Projects → h2database → H2database

h2database / H2database

Licence: other
H2 is an embeddable RDBMS written in Java.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
PLpgSQL
1095 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PLSQL
303 projects

Projects that are alternatives of or similar to H2database

Jailer
Database Subsetting and Relational Data Browsing Tool.
Stars: ✭ 576 (-81.29%)
Mutual labels:  sql, jdbc, database
Ragtime
Database-independent migration library
Stars: ✭ 519 (-83.14%)
Mutual labels:  sql, jdbc, database
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+48.83%)
Mutual labels:  sql, jdbc, database
Java Persistence Frameworks Comparison
Comparison of non-JPA SQL mapping frameworks for Java (Jooq, Spring JDBCTemplate, MyBatis, EBean, JDBI, Speedment, sql2o)
Stars: ✭ 213 (-93.08%)
Mutual labels:  sql, jdbc, database
Jaydebeapi
JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
Stars: ✭ 247 (-91.98%)
Mutual labels:  sql, jdbc, database
Ebean
Ebean ORM
Stars: ✭ 1,172 (-61.92%)
Mutual labels:  sql, jdbc, database
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+52.53%)
Mutual labels:  sql, jdbc, database
Snowflake Jdbc
Snowflake JDBC Driver
Stars: ✭ 83 (-97.3%)
Mutual labels:  sql, jdbc, database
Norm
Access a database in one line of code.
Stars: ✭ 152 (-95.06%)
Mutual labels:  sql, jdbc, database
Sqlhelper
SQL Tools ( Dialect, Pagination, DDL dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java. it is easy to integration into any ORM frameworks
Stars: ✭ 242 (-92.14%)
Mutual labels:  sql, jdbc, database
Materialize
Materialize lets you ask questions of your live data, which it answers and then maintains for you as your data continue to change. The moment you need a refreshed answer, you can get it in milliseconds. Materialize is designed to help you interactively explore your streaming data, perform data warehousing analytics against live relational data, or just increase the freshness and reduce the load of your dashboard and monitoring tasks.
Stars: ✭ 3,341 (+8.54%)
Mutual labels:  sql, database
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (-7.99%)
Mutual labels:  sql, database
Omniscidb
OmniSciDB (formerly MapD Core)
Stars: ✭ 2,601 (-15.5%)
Mutual labels:  sql, database
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (-14.36%)
Mutual labels:  sql, database
Scany
Library for scanning data from a database into Go structs and more
Stars: ✭ 228 (-92.59%)
Mutual labels:  sql, database
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (-5.46%)
Mutual labels:  sql, database
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (-92.5%)
Mutual labels:  sql, jdbc
React Agent
Client and server-side state management library
Stars: ✭ 235 (-92.37%)
Mutual labels:  sql, database
Sparrow
A simple database toolkit for PHP
Stars: ✭ 236 (-92.33%)
Mutual labels:  sql, database
Clear
Advanced ORM between postgreSQL and Crystal
Stars: ✭ 220 (-92.85%)
Mutual labels:  sql, database

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 to pom.xml:

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

Documentation

Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].