You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ PostgreSQL extensions for the widely used [honeysql](https://github.com/jkk/hone
4
4
5
5
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.
6
6
7
+
## Honeysql 2.0
8
+
9
+
Work is underway to enhance the core `honeysql` library to directly provide a large subset of postgres features from this extension. You can read more about it:
10
+
11
+
-[Note](https://github.com/nilenso/honeysql-postgres/issues/62) from Sean Corfield
12
+
-[Milestone](https://github.com/seancorfield/honeysql/milestone/7) for tracking progress
13
+
14
+
Regardless of `honeysql` 2.0's feature parity with `honeysql-postgres` and general production stability, this library **will** continue to be maintained going forward.
0 commit comments