Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
drizzle-orm-test demo
</p>

This demo shows how to use `drizzle-orm-test` for fast, isolated PostgreSQL testing with [Drizzle ORM](https://orm.drizzle.team/). The package is powered by [drizzle-orm-test](https://www.npmjs.com/package/drizzle-orm-test).
<p align="center" width="100%">
<a href="https://github.com/constructive-io/drizzle-test-suite/actions/workflows/ci.yml">
<img height="20" src="https://github.com/constructive-io/drizzle-test-suite/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/drizzle-test-suite/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
</p>

This demo shows how to use `drizzle-orm-test` for fast, isolated PostgreSQL testing with [Drizzle ORM](https://orm.drizzle.team/). The package is powered by [drizzle-orm-test](https://www.npmjs.com/package/drizzle-orm-test), a Drizzle-optimized version of [`pgsql-test`](https://www.npmjs.com/package/pgsql-test) for instant, isolated Postgres test databases with automatic rollbacks and Drizzle defaults.

## What is drizzle-orm-test?

Expand Down
9 changes: 8 additions & 1 deletion packages/drizzle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

<p align="center">
<img src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" width="250"><br />
drizzle-orm-test
</p>

<p align="center" width="100%">
<a href="https://github.com/constructive-io/drizzle-test-suite/actions/workflows/ci.yml">
<img height="20" src="https://github.com/constructive-io/drizzle-test-suite/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/drizzle-test-suite/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
</p>


A testing utility for [Drizzle ORM](https://orm.drizzle.team/) that provides fast, isolated PostgreSQL testing. Powered by [drizzle-orm-test](https://www.npmjs.com/package/drizzle-orm-test).

## Overview
Expand Down
1 change: 1 addition & 0 deletions packages/drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@pgpm/drizzle",
"version": "0.0.1",
"private": true,
"author": "Constructive <[email protected]>",
"description": "Drizzle ORM testing utility",
"homepage": "https://github.com/constructive-io/drizzle-test-suite",
Expand Down
Loading