Skip to content

Commit 5437cbb

Browse files
committed
fix readme after fork sync
1 parent c8eb81b commit 5437cbb

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
[![CI](h2/src/docsrc/images/h2-logo-2.png)](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+
37

48
## The main features of H2 are:
59

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

1518
More information: https://h2database.com
1619

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+
1726
## Downloads
1827

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.
2031

21-
```XML
22-
<dependency>
23-
<groupId>com.h2database</groupId>
24-
<artifactId>h2</artifactId>
25-
<version>2.4.240</version>
26-
</dependency>
27-
```
2832

2933
## Documentation
3034

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+
3537

3638
## Support
3739

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

Comments
 (0)