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
- Host: GitHub
- URL: https://github.com/cirbuk/datastore-orm
- Owner: cirbuk
- License: mit
- Created: 2019-09-04T09:55:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T13:01:42.000Z (4 months ago)
- Last Synced: 2025-03-25T06:24:20.570Z (about 1 month ago)
- Topics: dataclass, datastore-orm, google-cloud-datastore, ndb, orm, python
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 11
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.