Comment on Datastore API (beta)Comments−jimbokun13y"List – A special value that can contain other values, though not other lists."https://www.dropbox.com/developers/datastore/tutorial/ios#re...Seems like a very significant limitation. No mechanism for storing hierarchical data structures. For example, this is certainly not capable of storing arbitrary JSON data as a Record.−est13yThere's also limit on Postgres hstore and arrays. No nested sturcture.
Comments
"List – A special value that can contain other values, though not other lists."
https://www.dropbox.com/developers/datastore/tutorial/ios#re...
Seems like a very significant limitation. No mechanism for storing hierarchical data structures. For example, this is certainly not capable of storing arbitrary JSON data as a Record.
There's also limit on Postgres hstore and arrays. No nested sturcture.