|
1 | | -[](https://github.com/h2database/h2database/actions?query=workflow%3ACI) |
2 | | -# Welcome to H2, the Java SQL database. |
| 1 | +# H2 Database Light version. |
| 2 | + |
| 3 | +This fork of H2 Database is only a lighter version of the [original one](https://h2database.com). |
| 4 | + |
| 5 | +The version number of this release refer to the original H2 Database, only the fourth number is incremented here. |
| 6 | + |
3 | 7 |
|
4 | 8 | ## The main features of H2 are: |
5 | 9 |
|
6 | 10 | * Very fast, open source, JDBC API |
7 | 11 | * Embedded and server modes; disk-based or in-memory databases |
8 | 12 | * Transaction support, multi-version concurrency |
9 | | -* Browser based Console application |
10 | 13 | * Encrypted databases |
11 | 14 | * Fulltext search |
12 | 15 | * Pure Java with small footprint: around 2.5 MB jar file size |
13 | 16 | * ODBC driver |
14 | 17 |
|
15 | 18 | More information: https://h2database.com |
16 | 19 |
|
| 20 | +This fork remove the following one: |
| 21 | + |
| 22 | + * The command line console (i.e. shell). |
| 23 | + * The web-interface. |
| 24 | + * Text search engine using Apache Lucene. |
| 25 | + |
17 | 26 | ## Downloads |
18 | 27 |
|
19 | | -[Download latest version](https://h2database.com/html/download.html) or add to `pom.xml`: |
| 28 | +The latest build can be downloaded in the [Releases](https://github.com/ARCAD-Software/h2database-light/releases) section. |
| 29 | + |
| 30 | +This package is not published on Maven Central, yet. |
20 | 31 |
|
21 | | -```XML |
22 | | -<dependency> |
23 | | - <groupId>com.h2database</groupId> |
24 | | - <artifactId>h2</artifactId> |
25 | | - <version>2.4.240</version> |
26 | | -</dependency> |
27 | | -``` |
28 | 32 |
|
29 | 33 | ## Documentation |
30 | 34 |
|
31 | | -* [Tutorial](https://h2database.com/html/tutorial.html) |
32 | | -* [SQL commands](https://h2database.com/html/commands.html) |
33 | | -* [Functions](https://h2database.com/html/functions.html), [aggregate functions](https://h2database.com/html/functions-aggregate.html), [window functions](https://h2database.com/html/functions-window.html) |
34 | | -* [Data types](https://h2database.com/html/datatypes.html) |
| 35 | +The Documentation of the original H2 database is still the documentation reference. This project does not provide any enhancement. |
| 36 | + |
35 | 37 |
|
36 | 38 | ## Support |
37 | 39 |
|
38 | | -* [Issue tracker](https://github.com/h2database/h2database/issues) for bug reports and feature requests |
39 | | -* [Mailing list / forum](https://groups.google.com/g/h2-database) for questions about H2 |
40 | | -* ['h2' tag on Stack Overflow](https://stackoverflow.com/questions/tagged/h2) for other questions (Hibernate with H2 etc.) |
| 40 | +For any specific issue related to this fork of H2 database you can report them in the [Github Issue Tracker](https://github.com/ARCAD-Software/h2database-light/issues). |
0 commit comments