File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.5
2+ - Adds if-exist in drop table
3+
14## 0.2.4
25- Add if-not-exist option to create-table
36- Self-host ClojureScript port
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ Currently honeysql-postgres supports the following postgres specific clauses:
4444
4545### Leiningen
4646``` clj
47- [nilenso/honeysql-postgres " 0.2.4 " ]
47+ [nilenso/honeysql-postgres " 0.2.5 " ]
4848```
4949### Maven
5050``` xml
5151<dependency >
5252 <groupId >nilenso</groupId >
5353 <artifactId >honeysql-postgres</artifactId >
54- <version >0.2.4 </version >
54+ <version >0.2.5 </version >
5555</dependency >
5656```
5757### repl
Original file line number Diff line number Diff line change 1- (defproject nilenso /honeysql-postgres " 0.2.4 "
1+ (defproject nilenso /honeysql-postgres " 0.2.5 "
22 :description " PostgreSQL extension for honeysql"
33 :url " https://github.com/nilenso/honeysql-postgres"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments