TrilonIO / nest-data-source-agnostic

Example repository where we implement data source agnostic services with NestJS.
https://trilon.io/blog/implementing-data-source-agnostic-services-with-nestjs
23 stars 3 forks source link

There needs to be an ormconfig present? #3

Closed alper closed 9 months ago

alper commented 9 months ago

I'm reading more documentation on it and it seems there must be an ormconfig present for typeorm to run at all?

alper commented 9 months ago

Turns out that's outdated documentation.