Skip to content

Commit e5f6872

Browse files
authored
Update sponsors (#112)
1 parent ddcaf32 commit e5f6872

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

content/welcome.mdx

+7-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,21 @@ node-postgres continued development and support is made possible by the many [su
1818
<div class="sponsors">
1919
<div class="sponsor">
2020
<a href="https://www.crate.io">
21-
<img src="crate-io.png" style={{ height: 80 }} alt="crate.io" />
21+
<img src="crate-io.png" style={{ height: 80 }} alt="crate.io" />
22+
</a>
23+
</div>
24+
<div class="sponsor">
25+
<a href="https://www.eaze.com/">
26+
<img src="eaze.png" style={{ height: 80 }} alt="eaze.com" />
2227
</a>
2328
</div>
2429
</div>
2530

26-
2731
If you or your company would like to sponsor node-postgres stop by [github sponsors](https://github.com/sponsors/brianc) and sign up or feel free to [email me](mailto:brian@pecanware.com) if you want to add your logo to the documentation or discuss higher tiers of sponsorship!
2832

2933
# Version compatibility
3034

31-
node-postgres strives to be compatible with all recent lts versions of node & the most recent "stable" version. At the time of this writing node-postgres is compatible with node 8.x, 10.x, 12.x and 14.x To use node >= 14.x you will need to install `pg@8.2.x` or later due to some internal stream changes on the node 14 branch. Dropping support for an old node lts version will always be considered a breaking change in node-postgres and will be done on _major_ version number changes only, and we will try to keep support for 8.x for as long as reasonably possible.
35+
node-postgres strives to be compatible with all recent lts versions of node & the most recent "stable" version. At the time of this writing node-postgres is compatible with node 8.x, 10.x, 12.x and 14.x To use node >= 14.x you will need to install `pg@8.2.x` or later due to some internal stream changes on the node 14 branch. Dropping support for an old node lts version will always be considered a breaking change in node-postgres and will be done on _major_ version number changes only, and we will try to keep support for 8.x for as long as reasonably possible.
3236

3337
## Getting started
3438

static/crate-io.png

5.82 KB
Loading

static/eaze.png

19.4 KB
Loading

static/timescale.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)