M
Matt Baker
Guest
MongoDB has something very similar to this from which you can learn how others do it. It doesn’t support joins the way a relational database does, but it has a full set of operators for single collection types. Their query language is JSON, so it directly translates to javascript. For other languages like java they use a builder style wrapper around it. docs.mongodb.org/.../
Continue reading...
Continue reading...