Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
chore: Link to the newer Cloud NDB repo in the README
Browse files Browse the repository at this point in the history
This should make it easier to find the new code and reduce the potential for confusion.
  • Loading branch information
rwhogg committed Oct 12, 2022
1 parent cf4cab3 commit 5208883
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@

## Introduction

This repository is for the original Datastore ndb client library.
If you are looking for Cloud NDB, which supports Python 3 and works both inside and outside of the Google App Engine environment, please see [this repository][0].

---
**Note:** As of Google App Engine SDK 1.6.4, ndb has reached status General Availability.

Using ndb from outside of Google App Engine (without the use of Remote API) is currently a work in progress and has not been released.

---

ndb is a client library for use with [Google Cloud Datastore][0].
ndb is a client library for use with [Google Cloud Datastore][1].
It was designed specifically to be used from within the
[Google App Engine][1] Python runtime.
[Google App Engine][2] Python runtime.

ndb is included in the Python runtime and is available through a
standard Python import.
Expand All @@ -28,9 +31,10 @@ however that ndb depends on the non-public Google Datastore App Engine RPC API.
## Overview

Learn how to use the ndb library by visiting the Google Cloud Platform
[documentation][2].
[documentation][3].


[0]:https://cloud.google.com/datastore
[1]:https://cloud.google.com/appengine
[2]:https://cloud.google.com/appengine/docs/python/ndb/
[0]:https://github.com/googleapis/python-ndb
[1]:https://cloud.google.com/datastore
[2]:https://cloud.google.com/appengine
[3]:https://cloud.google.com/appengine/docs/python/ndb/

0 comments on commit 5208883

Please sign in to comment.