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 0a6d1fb commit cd8c7c3Copy full SHA for cd8c7c3
README.md
@@ -11,7 +11,7 @@ This library aims to extend the features of honeysql to support postgres specifi
11
- [Usage](#usage)
12
- [Leiningen](#leiningen)
13
- [Maven](#maven)
14
- - [repl](#repl)
+ - [REPL](#REPL)
15
- [Breaking Change](#breaking-change)
16
- [upsert](#upsert)
17
- [insert into with alias](#insert-into-with-alias)
@@ -39,7 +39,7 @@ This library aims to extend the features of honeysql to support postgres specifi
39
<version>0.2.6</version>
40
</dependency>
41
```
42
-### repl
+### REPL
43
```clj
44
; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
45
; must be required into the project for the extended features to work.
0 commit comments