Skip to content

Commit 8f29db4

Browse files
author
Tom Walder
committed
Added info on namespaced operations
1 parent e9ffe8b commit 8f29db4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ Google Datastore supports segregating data within a single "Dataset" using somet
221221

222222
Generally, this is intended for multi-tenant applications where each customer would have separate data, even within the same "Kind".
223223

224-
This library supports namespaces, and they can be configured per `Gateway` instance ny passing in the optional namespace parameter.
224+
This library supports namespaces, and they are be configured per `Gateway` instance by passing in the optional 3rd namespace parameter.
225+
226+
<strong>ALL operations carried out through a Gateway with a namespace configured are done in the context of that namespace. The namespace is automatically applied to Keys when doing upsert/delete/fetch-by-key and to Requests when running GQL queries.</strong>
225227

226228
```php
227229
// Create a store for a particular customer or 'application namespace'

0 commit comments

Comments
 (0)