Forum Post: Re: Query Builder

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top