File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 33[ PostgreSQL] ( https://www.postgresql.org/ ) , is a popular open-source object-relational database.
44The ` 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 />
812NOTE: 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
604608WARNING: 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
You can’t perform that action at this time.
0 commit comments