Optional config: IKyselyRootModuleConfigProtected Readonly aliasesProtected Readonly bindProtected Optional Readonly configProtected containerProtected Readonly exportsProtected Readonly factoriesProtected Readonly factoriesProtected Readonly importedProtected importerProtected Readonly importsProtected initializedStatic Readonly __svt_Protected attachProtected bindProtected bindProtected bindProtected bindReturns async entity factory by given key. It will try to find factory from the current module, then from imported modules and finally from global exports. It will also try to resolve sync binding if async binding is not found.
Protected getImports modules into current the current module. All exported bindings (and/or its aliases) will be available in the current module.
Returns resolved entity by given async binding or binding ref. It will try to find binding from the current module, then from imported modules and finally from global exports. It will also try to resolve sync binding if async binding is not found.
Optional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextReturns resolved entity by given sync binding or binding ref. It will try to find binding from the current module, then from imported modules and finally from global exports.
Optional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextProtected setupStatic configuredStatic configuredOptional config: { Optional modify?: ((container, parentMod, configurationFromEnv) => IKyselyRootModuleConfig | Promise<IKyselyRootModuleConfig>)Optional scope?: string
Returns bind manager (aka bind util)