On Mon, Aug 1, 2011 at 5:14 PM, Tim <[email protected]> wrote:
>
> Of course I could just manage my own ID allocation, but I'm never
> really keen on that when a data persistance layer has its own ID/Key
> mechanism.
There's nothing extra to manage here except making sure you're
consistent. Enforce this in Car's make() class method.
It's not much different than using Key.from_path('Car', '123') and
Car.get_by_name('123'), which is a fully supported way of managing IDs
in the datastore.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.