Hi,

I'm investigating using Go for an AppEngine project that uses Google Cloud 
Datastore. The official Go package for accessing datastore seems to be just 
that: a package for accessing the datastore. Coming from previously having 
used Python for App Engine apps with datastore, with the NDB library (and 
previously the DB library) available, this feels very limited: 

- there is no support for reading/writing models into datastructures 
without dataloss if the DB entity doesn't match the datastructure 
(something which was even provided in the old Python DB library)
- there is no support for local or global caching (available in NDB)
- there is no support for a unit-testable environment (something which also 
isn't in NDB, but used to be available in the old DB package)
- ...

Are there any projects out there that offer a more high-level API for 
datastore, preferably with the above properties?

Since I couldn't find one, I started one here: https://github.com/remko/nds 
, but no working code yet.

thanks,
Remko

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8182dd2f-8ca8-4bf9-884d-777607c1b84fn%40googlegroups.com.

Reply via email to