This commit is contained in:
Michiel Borkent 2020-04-26 13:13:51 +02:00
parent ac24abbbfb
commit 738c52189d

View file

@ -67,11 +67,12 @@ The compile script for Windows is `script/compile.bat`.
To compile babashka with `HyperSQL`/`hsqldb` support, set To compile babashka with `HyperSQL`/`hsqldb` support, set
`BABASHKA_FEATURE_HSQLDB` to `true`: `BABASHKA_FEATURE_HSQLDB` to `true`:
``` shell ``` shell
$ BABASHKA_FEATURE_HSQLDB=true script/compile $ BABASHKA_FEATURE_HSQLDB=true script/compile
``` ```
Check out this [example](examples.md#find-unused-vars).
If you think this feature should be enabled in the distributed version of `bb`, If you think this feature should be enabled in the distributed version of `bb`,
vote with a thumbs up on [this](https://github.com/borkdude/babashka/issues/382) vote with a thumbs up on [this](https://github.com/borkdude/babashka/issues/382)
issue. issue.