Thinky — How to Query Document(s) by Field of Nested Objects
Thinky is a lightweight Node.js ORM for RethinkDB. The library helps you to define models representing the objects you’re using within your code. Further, you can define various relations between each of your models. Primarily, Thinky helps you to CRUD documents in RethinkDB out of your Node.js …
Continue Reading