node-ottoman
node-ottoman copied to clipboard
Provide a modern decorator-based API as an alternative
Create an alternative decorator-based API that is similar to TypeGoose, Nest.js, Angular.js, etc:
@Collection()
class User {
string name;
@required
string email;
}
https://typeorm.io/