node-ottoman icon indicating copy to clipboard operation
node-ottoman copied to clipboard

Provide a modern decorator-based API as an alternative

Open ejscribner opened this issue 3 years ago • 1 comments

Create an alternative decorator-based API that is similar to TypeGoose, Nest.js, Angular.js, etc:

@Collection()
class User {
  string name;

  @required
  string email;
}

ejscribner avatar Jan 13 '23 19:01 ejscribner

https://typeorm.io/

ejscribner avatar Feb 07 '23 19:02 ejscribner