nodejs-datastore
nodejs-datastore copied to clipboard
Missing method links for insert/update/upsert
On the Datastore class reference and the Transaction class reference pages, the respective methods insert
, update
, and upsert
all have this misrendered method description:
Maps to , forcing the method to be <insert|update|upsert>
Based on the source, I believe the text before the comma should be a link to the respective classes' save
methods.