You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Node.js idiomatic client for [Cloud Datastore][product-docs].
12
-
13
11
[Cloud Datastore](https://cloud.google.com/datastore/docs) is a NoSQL document database built for automatic scaling, high performance, and ease of application development. While the Cloud Datastore interface has many of the same features as traditional databases, as a NoSQL database it differs from them in the way it describes relationships between data objects.
14
12
15
13
16
-
*[Cloud Datastore Node.js Client API Reference][client-docs]
| Tasks |[source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/tasks.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/tasks.js,samples/README.md)|
112
80
| Concepts |[source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/concepts.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/concepts.js,samples/README.md)|
113
-
| Errors and Error Handling |[source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/error.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/error.js,samples/README.md)|
114
81
115
82
The [Cloud Datastore Node.js Client API Reference][client-docs] documentation
116
83
also contains samples.
@@ -139,7 +106,21 @@ Apache Version 2.0
139
106
140
107
See [LICENSE](https://github.com/googleapis/nodejs-datastore/blob/master/LICENSE)
141
108
109
+
## What's Next
110
+
111
+
*[Cloud Datastore Documentation][product-docs]
112
+
*[Cloud Datastore Node.js Client API Reference][client-docs]
0 commit comments