I have a need to store an ordered list of strings and am trying to start using ndb. Previously I used a db.StringListProperty. That’s not available in ndb though, so what’s the recommended alternative? Looking at the ndb types, I’m thinking I need to use the PickleProperty. Is there something more appropriate?
Share
1 Answer