Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darshanakgr/h2database
https://github.com/darshanakgr/h2database
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/darshanakgr/h2database
- Owner: darshanakgr
- License: other
- Created: 2019-12-27T13:23:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T01:04:44.000Z (over 2 years ago)
- Last Synced: 2023-03-05T14:38:49.948Z (almost 2 years ago)
- Language: Java
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Welcome to H2, the Java SQL database. [![Build Status](https://travis-ci.org/h2database/h2database.svg?branch=master)](https://travis-ci.org/h2database/h2database)
## 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 MB jar file size
* ODBC driverMore information: https://h2database.com
## Downloads
[Download latest version](https://h2database.com/html/download.html) or add to `pom.xml`:
```XML
com.h2database
h2
1.4.200```
## Documentation
* [Tutorial](https://h2database.com/html/tutorial.html)
* [SQL commands](https://h2database.com/html/commands.html)
* [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)
* [Data types](https://h2database.com/html/datatypes.html)## Support
* [Issue tracker](https://github.com/h2database/h2database/issues) for bug reports and feature requests
* [Mailing list / forum](https://groups.google.com/forum/#!forum/h2-database) for questions about H2
* ['h2' tag on Stack Overflow](https://stackoverflow.com/questions/tagged/h2) for other questions (Hibernate with H2 etc.)