Skip to content

Commit d9303f2

Browse files
authored
docs: update introduction (#1334)
1 parent 3118626 commit d9303f2

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# node-pg-migrate
22

3-
> The core maintainer of this project moved to [@Shinigami92](https://github.com/Shinigami92) (also core maintainer of FakerJS and core member of Vite).
4-
> The project is and remains under the MIT license.
5-
63
[![npm version](https://badgen.net/npm/v/node-pg-migrate)](https://www.npmjs.com/package/node-pg-migrate)
74
[![npm downloads](https://badgen.net/npm/dm/node-pg-migrate)](https://www.npmjs.com/package/node-pg-migrate)
85
[![Continuous Integration](https://github.com/salsita/node-pg-migrate/actions/workflows/ci.yml/badge.svg)](https://github.com/salsita/node-pg-migrate/actions/workflows/ci.yml)
@@ -16,7 +13,7 @@ Started by [Theo Ephraim](https://github.com/theoephraim/), then handed over to
1613
## Preconditions
1714

1815
- Node.js 20.11 or higher
19-
- PostgreSQL 12.8 or higher (lower versions may work but are not supported officially)
16+
- PostgreSQL 13 or higher (lower versions may work but are not supported officially)
2017

2118
If you don't already have the [`pg`](https://node-postgres.com/) library installed, you will need to add pg as either a direct or dev dependency
2219

docs/src/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Preconditions
44

55
- Node.js 20.11 or higher
6-
- PostgreSQL 12.8 or higher (lower versions may work but are not supported officially)
6+
- PostgreSQL 13 or higher (lower versions may work but are not supported officially)
77

88
If you don't already have the [`pg`](https://node-postgres.com/) library installed, you will need to add pg as either a direct or dev dependency
99

docs/src/introduction.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# What is node-pg-migrate?
22

3-
> [!IMPORTANT]
4-
> The core maintainer of this project moved to [@Shinigami92](https://github.com/Shinigami92) (also core maintainer of FakerJS and core member of Vite).
5-
> The project is and remains under the MIT license.
6-
73
Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. [CockroachDB](https://github.com/cockroachdb/cockroach).)
84
Started by [Theo Ephraim](https://github.com/theoephraim/), then handed over to [Salsita Software](https://www.salsitasoft.com/) and now maintained by [@Shinigami92](https://github.com/Shinigami92).
95

0 commit comments

Comments
 (0)