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
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue