An open API service indexing awesome lists of open source software.

https://github.com/codepunkt/vitest-environment-prisma-postgres

Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.
https://github.com/codepunkt/vitest-environment-prisma-postgres

database javascript nodejs orm performance postgres postgresql prisma prisma-client seed seeding testing transaction transactions typescript vitest

Last synced: 3 months ago
JSON representation

Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.

Awesome Lists containing this project