-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
hiding imports from documentations is not usefull.
```
@modelOptions({ schemaOptions: { collection: 'Users' } })
export class User extends TimeStamps {
@prop({ unique: true })
login: strin…
-
---
path: nodejs-orm
---
*数据来源:https://www.npmjs.com/ 2018.10*
### Mongoose
目前比较常见的 MongoDB ORM 框架,官方说法是 ODM 框架,可见对关系型数据库支持一般
* 官网:https://mongoosejs.com/
* 数据库:仅支持 MongoDB
* 编程风格:
* …
-
**Describe the bug**
I am trying to configure the API project built with TypeScript with ESLint and Prettier but after I add it the "Build and Deploy Job" is failed with this message:
```
T…
-
I was interested in using the library because i found it very handy in terms of translating Mongoose Schemas to GraphQLObjects. I was blown away by how good it works but i noticed something. In models…
-
Could you please support mongoose model? I can see that there are some issues about it but no one can tell us the progress.
-
### Describe the Bug (버그 설명)
Create a new project using [typescript-express-starter](https://github.com/ljlm0402/typescript-express-starter) cli for graphql
### Version to Reproduce (현재 사용한 버전)
…
-
## I'm submitting a...
[ ] Regression
[X] Bug report
[ ] Feature request
[X] Documentation issue or request
[ ] Support request
## Current behavior
```
[5:35:48 PM] File change detected.…
-
I want the updatedAt field to be updated to the current time by default every time the data is updated,But I couldn't figure out how to solve the problem
```typescript
@IsDate()
@prop({
re…
-
How can we do, for instance, we have the same model collection with different connections but we will use it on the same service?