Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

An example on how to make the @nestjs/typeorm library lazy, in order to make the service stateless

Notifications You must be signed in to change notification settings

RaresAil/nestjs-lazy-typeorm

Repository files navigation

LazyTypeOrmModule

In order to allow the app to start without a db connection, instead of returning a connection object or a repository, it will return an observable which will return the connection/repository when it will be connected

About

An example on how to make the @nestjs/typeorm library lazy, in order to make the service stateless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published