Skip to content

Commit af36928

Browse files
authored
Update README.md
1 parent e37e5b9 commit af36928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Python counterpart to [`pgsql-test`](https://www.npmjs.com/package/pgsql-tes
2323
* **Instant test DBs** — each one seeded, isolated, and UUID-named
2424
* **Per-test rollback** — every test runs in its own transaction with savepoint-based rollback via `before_each()`/`after_each()`
2525
* **RLS-friendly** — test with role-based auth via `set_context()`
26-
* **pgpm integration** — run database migrations using [pgpm](https://github.com/pgpm-io/pgpm) (PostgreSQL Package Manager)
26+
* **pgpm integration** — run database migrations using [pgpm](https://pgpm.io) (PostgreSQL Package Manager)
2727
* **Flexible seeding** — run `.sql` files, programmatic seeds, pgpm modules, or combine multiple strategies
2828
* **Auto teardown** — no residue, no reboots, just clean exits
2929

0 commit comments

Comments
 (0)