Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

The Python counterpart to [`pgsql-test`](https://www.npmjs.com/package/pgsql-test) on npm. Instant, isolated PostgreSQL databases for each test — with automatic transaction rollbacks, context switching, and clean seeding.

> **New to pgpm?** Check out the [Workspace Setup Guide](./WORKSPACE_SETUP.md) for a complete walkthrough of creating a pgpm workspace with Python tests.

## Features

* **Instant test DBs** — each one seeded, isolated, and UUID-named
Expand Down
Loading