-
Hi,
I have an issue with your plugin, used with typescript.
Typing a property as String is mandatory and your plugin throws an exception if not.
However, your plugin transform the property that …
-
Here are the current Roadblocks listes
## Tie a Models to a connection
i cant decide on how to tie a model to a connection | tie a model to multiple connections
- [x] took Way Two
### Way …
-
Reminder Issue to add documentation to add a example on how to properly set-up github actions cache for MMS
-
Hi, Thanks for the great project~
I managed to make this working with mongoose using [nest-crud-mongoose](https://www.npmjs.com/package/nest-crud-mongoose), which I believe would be able to release…
-
In Mongoose model I am using schemaOptions timestamps: true to enable the mongo to record the createdAt and updatedAt timestamps. I was under impression that createdAt will always remain same and will…
-
### Typescript
- [x] learning data fetching at typescript
- [x] get an api
- [x] [create api](https://www.youtube.com/watch?v=AqanhZQJfrw)
- [x] Datamodeling with Typeorm
- [x] Learning n…
-
I'm setting up a stack that includes Typescript, Mongoose, and GraphQL so I was hoping to get the type safety of TS while keeping everything DRY by having my Mongoose schema be my absolute source of t…
-
@kpfromer - Can you keep up the maintenance of this package? Would be awesome. Nest is on version 8 and Typegoose is going to be hopefully also going to version 8 soon.
At any rate, this package i…
-
Using latest version of typegoose and mongoose.
This code works:
```ts
const dbConnection = await connectToMongoDB();
const IssueModel = getModelForClass(IssueClass, {
existingConnection:…
-
I am trying to build multitenancy functionality, each tenant will have its own database.
Is this possible to create dynamically the connections using typegoose?
[In the documentation](https://kpf…