Creation
Once you have defined your schema, you can create a model calling
gstore.model(<EntityKind>, <schema>)
As you can see, the name of the model will be the entity kind in the Datastore.
Example:
Last updated
Once you have defined your schema, you can create a model calling
gstore.model(<EntityKind>, <schema>)
As you can see, the name of the model will be the entity kind in the Datastore.
Example:
Last updated