Module

x/pg_mem/constraints/subscription.ts>SubscriptionConstraint

An in memory postgres DB instance for your unit tests
Latest
class SubscriptionConstraint
implements _IConstraint
import { SubscriptionConstraint } from "https://dotland.deno.dev/x/pg_mem@3.0.2/constraints/subscription.ts";

Constructors

new
SubscriptionConstraint(name: string, uninstall: (t: _Transaction) => void)