couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

Provide a modern decorator-based API as an alternative #701

Open ejscribner opened 1 year ago

ejscribner commented 1 year ago

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 commented 1 year ago

https://typeorm.io/