1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00

Remove datastore related code (#1906)

This commit is contained in:
Lai Jiang
2023-01-19 14:44:11 -05:00
committed by GitHub
parent ac14688a4f
commit 925c9ba9e8
152 changed files with 886 additions and 4460 deletions

View File

@@ -99,5 +99,5 @@ that are used by a large number of other tools are:
* **`ListObjectsCommand`** -- Lists all objects of a specific type from the
server and outputs them.
* **`MutatingCommand`** -- Provides a facility to create or update entities in
Datastore, and uses a diff algorithm to display the changes that will be
the database, and uses a diff algorithm to display the changes that will be
made before committing them.