Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/index.ts>UseContainerOptions

Forked from https://github.com/typeorm/typeorm
Latest
interface UseContainerOptions
import { type UseContainerOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Container options.

Properties

optional
fallback: boolean

If set to true, then default container will be used in the case if given container haven't returned anything.

optional
fallbackOnErrors: boolean

If set to true, then default container will be used in the case if given container thrown an exception.