Skip to content

Support mongodb find filter

Choose a tag to compare

@IguteChung IguteChung released this 31 Dec 08:49
· 9 commits to deepq since this release
db.ref("/test/mycoll")
  .find({ name: { $gte: "name2" } }, { Limit: 2 })
  .once("value")