Skip to content

Commit 37d9937

Browse files
committed
docs: Update README title to pgsql-test and add npm badge
- Change title from pgsql_test to pgsql-test to match npm package - Add npm version badge linking to pgsql-test on npm - Update description to emphasize this is the Python counterpart to npm package
1 parent 4ce1082 commit 37d9937

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
<a href="https://github.com/constructive-io/pgsql-test-python/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1313
</a>
14+
<a href="https://www.npmjs.com/package/pgsql-test">
15+
<img height="20" src="https://img.shields.io/npm/v/pgsql-test.svg"/>
16+
</a>
1417
</p>
1518

16-
`pgsql-test` gives you instant, isolated PostgreSQL databases for each test — with automatic transaction rollbacks, context switching, and clean seeding. The Python companion to [pgsql-test](https://github.com/launchql/pgsql-test) for TypeScript/Node.js.
19+
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.
1720

1821
## Features
1922

0 commit comments

Comments
 (0)