We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adf21b commit 8dd51c2Copy full SHA for 8dd51c2
README.md
@@ -40,11 +40,8 @@ This library aims to extend the features of honeysql to support postgres specifi
40
```
41
### REPL
42
```clojure
43
-; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
44
-; must be required into the project for the extended features to work.
45
(require '[honeysql.core :as sql]
46
'[honeysql.helpers :refer :all :as sqlh]
47
- '[honeysql-postgres.format :refer :all]
48
'[honeysql-postgres.helpers :as psqlh])
49
50
0 commit comments