Simplifying Test Data Generation with Drizzle ORM

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ€” all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. drizzle-factory

    The database record factory for Drizzle ORM.

    To simplify test data generation, we developed the @praha/drizzle-factory package, which leverages Drizzle ORM. This article introduces the basic usage of @praha/drizzle-factory.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ€” all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. testcontainers-node

    Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

    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 data in advance. However, creating test data can become cumbersome, leading to reduced readability and increased maintenance efforts.

  4. drizzle-orm

    Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too ๐Ÿ˜…

    To simplify test data generation, we developed the @praha/drizzle-factory package, which leverages Drizzle ORM. This article introduces the basic usage of @praha/drizzle-factory.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to test Umbraco against a real database

    1 project | dev.to | 17 Apr 2025
  • Ask HN: Go libraries for managing Docker container pools and executing commands

    1 project | news.ycombinator.com | 7 Apr 2025
  • Learning TDD by doing: Umbraco & EF Core

    1 project | dev.to | 7 Apr 2025
  • ๐ŸƒAre You Making These Mistakes in Spring Boot Testing? Best Practices You Need to Know! ๐Ÿƒ

    3 projects | dev.to | 2 Apr 2025
  • One Container to Rule Them All - Until It Doesnโ€™t

    3 projects | dev.to | 11 Mar 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?