You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
collectionName
@entity.name('user').collectionName('users')
should be
@entity.name('user').collection('users')
@http.controller()
Controller have decorators in example code
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
The text was updated successfully, but these errors were encountered: