Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/pg_mem/interfaces-private.ts>IBackup

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

Methods

restore(): void

Restores data to the state when this backup has been performed. ๐Ÿ‘‰ This operation is O(1). ๐Ÿ‘‰ Schema must not have been changed since then !