Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pg_mem/migrate/migrate-interfaces.ts>MigrationData

An in memory postgres DB instance for your unit tests
Latest
interface MigrationData
import { type MigrationData } from "https://deno.land/x/pg_mem@3.0.2/migrate/migrate-interfaces.ts";

Properties

id: number
name: string
up: string
down: string