Simplifying Test Data Generation with Drizzle ORM
Introduction
At our company, we run tests using an actual database with Testcontainers instead of mocking the database during test execution.
To conduct such tests, we need to prepare test da...