We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37e5b9 commit af36928Copy full SHA for af36928
1 file changed
README.md
@@ -23,7 +23,7 @@ The Python counterpart to [`pgsql-test`](https://www.npmjs.com/package/pgsql-tes
23
* **Instant test DBs** — each one seeded, isolated, and UUID-named
24
* **Per-test rollback** — every test runs in its own transaction with savepoint-based rollback via `before_each()`/`after_each()`
25
* **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)
+* **pgpm integration** — run database migrations using [pgpm](https://pgpm.io) (PostgreSQL Package Manager)
27
* **Flexible seeding** — run `.sql` files, programmatic seeds, pgpm modules, or combine multiple strategies
28
* **Auto teardown** — no residue, no reboots, just clean exits
29
0 commit comments