Skip to content

Commit 0f00046

Browse files
authored
Merge pull request #433 from strongloop/update-readme
README: add info about LTS policy
2 parents 12034b0 + bf1f573 commit 0f00046

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
[PostgreSQL](https://www.postgresql.org/), is a popular open-source object-relational database.
44
The `loopback-connector-postgresql` module is the PostgreSQL connector for the LoopBack framework.
55

6-
<div class="gh-only">For more information, see the <a href="http://loopback.io/doc/en/lb3/PostgreSQL-connector.html">documentation</a>.
6+
<div class="gh-only">
7+
The PostgreSQL connector supports both LoopBack 3 and LoopBack 4. For more information, see
8+
<a href="https://loopback.io/doc/en/lb4/PostgreSQL-connector.html">LoopBack 4 documentation</a>,
9+
<a href="http://loopback.io/doc/en/lb3/PostgreSQL-connector.html">LoopBack 3 documentation</a>
10+
and <a href="#module-long-term-support-policy">Module Long Term Support Policy</a> below.
711
<br/><br/>
812
NOTE: The PostgreSQL connector requires PostgreSQL 8.x or 9.x.
913
</div>
@@ -603,6 +607,18 @@ If you'd like to use other extensions and functions, you can do:
603607

604608
WARNING: It is the users' responsibility to make sure the provided extension and function are valid.
605609

610+
## Module Long Term Support Policy
611+
612+
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
613+
614+
| Version | Status | Published | EOL |
615+
| ---------- | --------------- | --------- | -------------------- |
616+
| 4.x | Current | Mar 2017 | Apr 2023 _(minimum)_ |
617+
| 3.x | Active LTS | Mar 2017 | Apr 2022 |
618+
619+
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).
620+
621+
606622
## Running tests
607623

608624
### Own instance

0 commit comments

Comments
 (0)