Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 251 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 251 Bytes

Datastore ORM

This library wraps google-cloud-datastore to provide an easy to use and lightweight ORM layer. It provides an easy path to escape the confines of appengine standard and the ndb library.

Usage

tests.py provides sample usage code.