ml2grow / udatastore

An ODM for the Google Cloud Datastore, implemented as framework in the μMongo library.
Apache License 2.0
2 stars 0 forks source link

Deal with projection #9

Open javdrher opened 5 years ago

javdrher commented 5 years ago

Right now, datastore projection is unavailable. This can however hurt performance severely. CollectionAbstraction should allow this keyword, and perhaps it can be added to find() as well.