Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postgres/utils/deferred.ts

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
import * as postgres from "https://deno.land/x/postgres@v0.18.0/utils/deferred.ts";

Classes

The DeferredAccessStack provides access to a series of elements provided on the stack creation, but with the caveat that they require an initialization of sorts before they can be used