doc [skip ci]
This commit is contained in:
parent
227b8a0e77
commit
f262e0b4dc
2 changed files with 3 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ $ script/uberjar
|
||||||
$ script/compile
|
$ 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
|
### PostgresQL
|
||||||
|
|
||||||
|
|
@ -105,3 +105,5 @@ $ export BABASHKA_FEATURE_POSTGRESQL=true
|
||||||
$ script/uberjar
|
$ script/uberjar
|
||||||
$ script/compile
|
$ script/compile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: there is now a [pod](https://github.com/babashka/babashka-sql-pods) for working with PostgreSQL.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
(ns hsqldb-unused-vars
|
(ns hsqldb-unused-vars
|
||||||
(:require
|
(:require
|
||||||
[babashka.pods :as pods]
|
[babashka.pods :as pods]
|
||||||
[clojure.edn :as edn]
|
|
||||||
[clojure.pprint :refer [print-table]]))
|
[clojure.pprint :refer [print-table]]))
|
||||||
|
|
||||||
(pods/load-pod "pod-babashka-hsqldb")
|
(pods/load-pod "pod-babashka-hsqldb")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue