-
## Issue Description
My project has 2 seperate connection datasources. One is to a readonly `mysql` database, the other is a `postgres` database.
Everything on the `mysql` database works fin…
-
From [https://typeorm.io/migrations#running-and-reverting-migrations](url),
```bash
npx typeorm-ts-node-commonjs migration:run -- -d path-to-datasource-config
```
It says that the migration file…
-
While running tests in my project, I am getting this error
**TypeError: Cannot read property 'metadata' of undefined**
Service file
organisation.service.spec.ts
import { Test, TestingModule…
-
Hi,
Thank you for your project. It is helpful to me as I also learning Nestjs.
I have a question that how do we config for typeorm migrations in Nx?
-
NestJS 10.3
Typeorm: 0.3.17
Is it possible to search for dates using mysql's ```STR_TO_DATE(str,format)``` function? I have defined a few columns as searchable, and it would be nice to pass in a for…
-
You have a folder called `/models/` here where you have classes that are annotated as `@Entity()`?
https://github.com/TrilonIO/nest-data-source-agnostic/blob/main/src/countries/models/country.model…
alper updated
8 months ago
-
Setup:
NestJs [8.1.6]
TypeOrm [^0.2.41]
Nestjs-Query [^0.30.0]
PostgreSQL
I am trying to achieve serverless integration in our application by referring - [Nestjs serverless docs](https://docs.n…
-
## Issue Description
[typeorm subscribers are fired before they are committed](https://stackoverflow.com/questions/71165034/typeorm-subscribers-are-fired-before-they-are-committed)
### Expected …
-
### Issue description
I'm using NestJS with TypeORM, and I created an `Entity` with relationships `ManyToOne`, on which I created an "id column" with `RelationId` to allow saving the entity without n…
-
I want to start prod this following error.
[Nest] 92672 - 2019-06-09 09:49 [NestFactory] Starting Nest application...
[Nest] 92672 - 2019-06-09 09:49 [InstanceLoader] TypeOrmModule dependenc…