I'm not really answering any of your questions here, but just making conversation
NDB was a true masterpiece I switched to NodeJS - new libraries make me sad, both functionality-wise and design-wise, but honestly, I don't look back despite how they compare to the old Personally I miss retry functionalities and well documented behaviour + exception cases most I suggest you look into NodeJS as well, JS is really an inferior language, yet the benefits are enormous, and the advantages are countless - for example with new libraries you can just access/process data locally very practically, with Python it was an acquired master skill On Saturday, January 30, 2021 at 2:31:15 PM UTC+3 [email protected] wrote: > 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/362acba3-4f90-45e1-be25-88e9e8b02ca1n%40googlegroups.com.
