Skip to content

Commit

Permalink
h2 doc addition
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jul 28, 2023
1 parent 52918fe commit 418c792
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ docker run -d -p 1521:1521 -p 81:81 -v /path/to/local/data_dir:/opt/h2-data -e H

## Options

### DATABASE

The database to connect to. If a default was already filled in, it is shown during module execution.
Defaults to `jdbc:h2:mem:` which is an in-memory DB to avoid writing to disc.

### GETVERSION

Will retrieve the version of the server. Most likely only works on 2.0.0+. Defaults to `true`
Expand Down

0 comments on commit 418c792

Please sign in to comment.