# README
Model
A simple ORM-like wrapper for Google App Engine apps, previously part of the Flamel framework.
It unifies datastore with memcahce and the v1 search API.
# Functions
recursively deletes a modelable and all its references.
No description provided by the author
Reads data from a modelable and writes it to the datastore as an entity with a new Key.
No description provided by the author
deletes a single reference.
No description provided by the author
Loads values from the datastore for the entity with the given id.Entity types must be the same with m and the entity whose id is id.
Loads values from the datastore for the entity with the given string id.Entity types must be the same with m and the entity whos id is id.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reads data from the datastore and writes them into the modelable.
Batch version of Read.
No description provided by the author
No description provided by the author
No description provided by the author
Reads data from a modelable and writes it into the corresponding entity of the datastore.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
Create methods.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author