/datastore-orm

🐍 datastore-orm wraps google-cloud-datastore in a lightweight ORM and helps you easily migrate away from NDB

Primary LanguagePythonMIT LicenseMIT

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.