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
-:tada:**NEW**[**populate()**](https://sebloix.gitbook.io/gstore-node/populate) support to fetch reference entities and do cross Entity Type "joins" when querying one or multiple entities (since v5.0.0)
32
33
33
34
This library is in active development, please report any issue you might find.
34
35
35
36
> Please don’t forget to star this repo if you found it useful :)
36
37
37
38
# Installation
38
39
39
-
```js
40
+
```shell
40
41
npm install gstore-node --save
42
+
# or
43
+
yarn add gstore-node
41
44
```
42
45
43
-
Info: gstore-node requires Node version **6+**
46
+
**Important**: gstore-node requires Node version **8+**
44
47
45
48
# Getting started
46
49
47
50
Import gstore-node and @google-cloud/datastore and configure your project.
48
-
For the information on how to configure @google-cloud/datastore[read the docs here](https://cloud.google.com/nodejs/docs/reference/datastore/2.0.x/Datastore).
51
+
For the information on how to configure @google-cloud/datastore[read the docs here](https://cloud.google.com/nodejs/docs/reference/datastore/3.0.x/Datastore).
@@ -70,7 +74,7 @@ The @google/datastore instance. This means that you can access **all the API** o
70
74
71
75
# Documentation
72
76
The [complete documentation](https://sebloix.gitbook.io/gstore-node/) of gstore-node is in gitbook.
73
-
If you find any mistake or would like to improve it, [feel free to open a PR](https://github.com/sebelga/gstore-node-docs/pulls).
77
+
If you find any mistake in the docs or would like to improve it, [feel free to open a PR](https://github.com/sebelga/gstore-node-docs/pulls).
74
78
75
79
<aname="example"/>
76
80
@@ -80,24 +84,30 @@ Initialize gstore-node in your server file
0 commit comments