Skip to content

Commit 26e7d77

Browse files
authored
Add notes on the upcoming honeysql 2.0 milestone
1 parent 9340d7d commit 26e7d77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ PostgreSQL extensions for the widely used [honeysql](https://github.com/jkk/hone
44

55
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.
66

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.
15+
16+
717
## Release
818

919
### Build

0 commit comments

Comments
 (0)