We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0085c2 commit 94d106cCopy full SHA for 94d106c
README.md
@@ -15,11 +15,11 @@ npm i pg @fastify/postgres
15
### Compatibility
16
| Plugin version | Fastify version |
17
| ---------------|-----------------|
18
-| `^6.x` | `^5.x` |
+| `>=6.x` | `^5.x` |
19
| `^5.x` | `^4.x` |
20
-| `^3.x` | `^3.x` |
21
-| `^1.x` | `^2.x` |
22
-| `^1.x` | `^1.x` |
+| `>=3.x <5.x` | `^3.x` |
+| `>=1.x <3.x` | `^2.x` |
+| `>=1.x <3.x` | `^1.x` |
23
24
25
Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin
0 commit comments