Skip to content

Commit b7bd6ae

Browse files
authored
docs: link to blog article
Added link to article on testing with Prisma and PostgreSQL.
1 parent 2ea1b74 commit b7bd6ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Both approaches are slow, repetitive, and dominate test runtime.
3535
You run migrations and seed your test database once.
3636
Each test then runs inside its own database transaction, which is rolled back automatically after the test finishes. Your tests stay isolated, realistic, and extremely fast, creating dedicated data for every test.
3737

38+
If you want to understand the full design rationale, implementation details, and performance benchmarks behind this environment, check out the in-depth article on my blog:
39+
40+
https://codepunkt.de/writing/blazing-fast-prisma-and-postgres-tests-in-vitest/
41+
3842
## Features
3943

4044
- Run integration tests against a real PostgreSQL instance.

0 commit comments

Comments
 (0)