doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-07-05 12:26:33 +02:00
parent 227b8a0e77
commit f262e0b4dc
2 changed files with 3 additions and 2 deletions

View file

@ -93,7 +93,7 @@ $ script/uberjar
$ script/compile
```
Check out this [example](examples.md#find-unused-vars).
Note: there is now a [pod](https://github.com/babashka/babashka-sql-pods) for working with HyperSQL.
### PostgresQL
@ -105,3 +105,5 @@ $ export BABASHKA_FEATURE_POSTGRESQL=true
$ script/uberjar
$ script/compile
```
Note: there is now a [pod](https://github.com/babashka/babashka-sql-pods) for working with PostgreSQL.

View file

@ -17,7 +17,6 @@
(ns hsqldb-unused-vars
(:require
[babashka.pods :as pods]
[clojure.edn :as edn]
[clojure.pprint :refer [print-table]]))
(pods/load-pod "pod-babashka-hsqldb")