Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

minor corrections and remarks #2

Open
colorcube opened this issue Dec 27, 2022 · 0 comments
Open

minor corrections and remarks #2

colorcube opened this issue Dec 27, 2022 · 0 comments

Comments

@colorcube
Copy link

collectionName

@entity.name('user').collectionName('users')

should be

@entity.name('user').collection('users')

@http.controller()

Controller have decorators in example code

@http.controller()
export class HelloController {

but not in the docs

DatabaseInterface

In the docs DatabaseInterface is mentioned, but doesn't exists.
It is an abstract example I guess but it's confusing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant