Ben Despain
Ben Despain

Reputation: 139

what does NDB stand for in python datastore?

I can't believe wiki doesn't have this answer. I'm looking for NDB with respect to the google cloud platform and python, not non-directional beacon. https://cloud.google.com/appengine/docs/python/ndb/

Upvotes: 4

Views: 1982

Answers (2)

Kevin Hale
Kevin Hale

Reputation: 41

New DataBase according to this video from Google around min 10:13: https://www.youtube.com/watch?v=fQazhzcC-rg

Upvotes: 3

saiyr
saiyr

Reputation: 2595

NDB stands for Next Database.

Upvotes: 9

Related Questions