A Better Way To Run Integration Tests With Prisma and PostgresQL
Prisma, the TypeScript ORM, has taken the development community by storm. It provides a fully type-safe interface with PostgresQL (and other SQL and no-SQL DBMS) which makes it a no-brainer for us to use at ludicrous.
The Prisma team recently release...
ludicrous-blog-archive.hashnode.dev6 min read
Nemanja Mitic
Interesting method. I don't understand only how do you switch dev and test database urls, I don't see two
.envfiles in your example repo? You don't run tests locally, only in Github Actions?