Skip to content

Commit 0a6d1fb

Browse files
authored
Update README.md
1 parent feb22bf commit 0a6d1fb

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
# honeysql-postgres
22
[![Clojars Project](https://img.shields.io/clojars/v/nilenso/honeysql-postgres.svg)](https://clojars.org/nilenso/honeysql-postgres) [![NPM Version](https://img.shields.io/npm/v/@honeysql/honeysql-postgres.svg)](https://www.npmjs.org/package/@honeysql/honeysql-postgres)
33

4-
PostgreSQL extensions for widely used [honeysql](https://github.com/jkk/honeysql). This library extends the features of honeysql to support postgres specific SQL clauses and some basic SQL DDL in addition to the ones supported by the parent library. This library exists because it felt having a separate vendor specific namespace rather over having everything within honeysql.
4+
PostgreSQL extensions for the widely used [honeysql](https://github.com/jkk/honeysql).
55

6-
Currently honeysql-postgres supports the following postgres specific clauses:
6+
This library aims to extend the features of honeysql to support postgres specific SQL clauses and some basic SQL DDL in addition to the ones supported by the parent library. This keeps honeysql clean and single-purpose, any vendor-specific additions can simply be separate libraries that work on top.
77

8-
- upsert
9-
- on conflict
10-
- on conflict on constraint
11-
- do update set
12-
- do nothing
13-
- returning
14-
- partition by
15-
- over
16-
- window
17-
- create view
18-
- create table
19-
- drop table
20-
- alter table
21-
- add column
22-
- drop column
23-
- rename column
24-
- insert-into-as
25-
- pattern matching (ILIKE and NOT ILIKE)
26-
- except (and except-all)
278

289
## Index
2910

@@ -256,6 +237,6 @@ The following are the SQL functions added in `honeysql-postgres`
256237
```
257238
## License
258239

259-
Copyright © 2016 Nilenso
240+
Copyright © 2020 Nilenso
260241

261242
Distributed under the Eclipse Public License, the same as Clojure.

0 commit comments

Comments
 (0)