8000 Release Version 1.0.12 (Additional Query Methods) · tmarois/Filebase · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Version 1.0.12 (Additional Query Methods)

Compare
Choose a tag to compare
@timothymarois timothymarois released this 12 Dec 00:43
· 35 commits to master since this release
  • Added #8 - select() method on query class. Now allows you to specify which fields you want your documents to return. Note: using select means your documents will not return document objects but only data arrays. This will allow you to only include the fields you want to use for your current task. (Excluding the rest and reducing memory usage).
  • Added last() method on query class to return the last item in the result array (opposite of first())
  • Added count() method on query class to return the number of documents found by the query.
0