couchbaselabs / couchbaselabs/node-ottoman
Provide a modern decorator-based API as an alternative
Open
blocked
enhancement
Investigation
P2
- Dominant language
- TypeScript
- Stars
- 295
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Create an alternative decorator-based API that is similar to TypeGoose, Nest.js, Angular.js, etc:
```
@Collection()
class User {
string name;
@required
string email;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.