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

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

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

Properties

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