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?
ndb.StringProperty(repeated=True)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With