nodejs-datastore
nodejs-datastore copied to clipboard
Node.js client for Google Cloud Datastore: a highly-scalable NoSQL database for your web and mobile applications.
* feat: Update PR Template * docs: Update synthtool/gcp/templates/node_library/.github/PULL_REQUEST_TEMPLATE.md Co-authored-by: sofisl * docs: Update synthtool/gcp/templates/node_library/.github/PULL_REQUEST_TEMPLATE.md Co-authored-by: sofisl --------- Co-authored-by: sofisl Source-Link: https://github.com/googleapis/synthtool/commit/bb0a3506602525f63c7002f8d13345be3678effb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d0befde9bb710526253d1badc2d5b02884b466acc99db4e26ce8e71e69072ea0
**Summary:** The user should be able to set the universe domain so that outgoing calls work with a different Google Cloud Universe. Right now, if the user specifies a universe...
chore: fix `npm` for samples tests Source-Link: https://github.com/googleapis/synthtool/commit/4d752428d93b18b69c28acdbd9aa821a517db73a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584
Implement Vector Search for datastore. Creates a separate Vector class object and VectorQueryOptions interface that can be passed along in the Query object for findNearest. TODO: system tests