An open API service indexing awesome lists of open source software.

https://github.com/cirbuk/datastore-orm

🐍 datastore-orm wraps google-cloud-datastore in a lightweight ORM and helps you easily migrate away from NDB
https://github.com/cirbuk/datastore-orm

dataclass datastore-orm google-cloud-datastore ndb orm python

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.