Open ButIamArobot opened 9 years ago
To anyone looking to attempt this: I looked into using RethinkDB pretty extensively with this generator and found an ORM for RethinkDB, Thinky, that is very similar to Mongoose and looks pretty trivial to replace with some effort.
+1 for RethinkDB
Although I would use JS-Data with RethinkDB, because it integrates nicely into Angular, and in theory, if you add validation or model methods, you could serve the same JS model definition and use it both on client and server.
I'm very new to Yeoman, so I don't dare to try a PR yet, but I'll look into it.
An option to generate with RethinkDB as an alternative to MongoDB would be greatly appreciated. (Thanks for all of your hard work!)