MongoDB-PHP-GUI
MongoDB-PHP-GUI copied to clipboard
Query database: returned fields
I would like a way to setup the field(s) to return.
for example for a Person, I would have an extra text field to set {"name":1, "age":1}
(or it could be a bunch of checkboxes)
Good idea!