scottwrobinson / camo

A class-based ES6 ODM for Mongo-like databases.
556 stars 80 forks source link

Decorator support in camo #65

Closed rajeev-kumar-sharma closed 8 years ago

rajeev-kumar-sharma commented 8 years ago

We should support decorators in camo (similar to hydrate-mongodb)

scottwrobinson commented 8 years ago

As of now, to use decorators you need a transpiler like Babel or TypeScript. I don't think Camo should support this natively (yet) since it won't be widely used and since you're able to add support for it from outside of the Camo package.

Thanks for the suggestion!