Review: Thinky
Good OOP-ish framework for RethinkDB, still some rough edges
Thinky has definitely made my word on lib.reviews easier. It doesn’t quite have the maturity of Mongoose for MongoDB, which is both good (still fairly easy to understand/extend) and bad (you might encounter the odd bug or two).
Thinky uses bluebird
for a Promise-based architecture, which (if you rely on it) allows niceties like catching specific error types.