Open thxmike opened 6 years ago
Hey @thxmike sorry I haven't responded yet. Unfortunately I don't have the time to work on this project at the moment. If you (or anyone you know) would be interested in coming on and helping to maintain it I'd love to have the help. Just let me know. Thanks!
This is a great idea. I love the "cleanness" of it. However, it lacks a feature which I need. With the use of mongoosejs, I can override the _id type stored in the database. The reason I do this is to support UUID's as the key and not to have the disk storage overhead (almost %50) of a string.
I basically do the following:
As you can imagine this complicates the schema and model to make it hard to read, plus things like ES6 inheritance are next to impossible
Here is an example