Skip to content

Commit 6ede22e

Browse files
authored
Clarify maintenance mode
Looking through recent issues, this seems to be roughly the current situation. Making it clearer here, to help users evaluating this lightweight library against the heavier-weight pgx. But I confess, I might be guessing totally wrong. Whether or not this PR content is right, I just want to say thanks to the maintainers of this library. We're using it at Camus Energy to help grid operators decarbonize, a.k.a. fighting climate change. We're really happy this library exists, because it serves our needs better than pgx. Really, thanks 😃
1 parent 9e747ca commit 6ede22e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@
2727

2828
## Status
2929

30-
This package is effectively in maintenance mode and is not actively developed. Small patches and features are only rarely reviewed and merged. We recommend using [pgx](https://github.com/jackc/pgx) which is actively maintained.
30+
This package is currently in maintenance mode, which means:
31+
1. It generally does not accept new features.
32+
2. It does accept bug fixes and version compatability changes provided by the community.
33+
3. Maintainers usually do not resolve reported issues.
34+
4. Community members are encouraged to help each other with reported issues.
35+
36+
For users that require new features or reliable resolution of reported bugs, we recommend using [pgx](https://github.com/jackc/pgx) which is under active development.

0 commit comments

Comments
 (0)