Switching to the ndb library on python GAE.
Can I use ndb with entities that were created previously using the low-level api? Or do I have to copy all the old entities and re-save them in order to use ndb?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ndbis simply a wrapper API. The core datastore is based on protocol buffers, and doesn’t care what you use to access it. In other words, yes AFAIK it should work just fine.