-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
I made an experimental branch ndb which would use ndb instead of db.
There are less ndb types than db types, so this would e.g. reduce automatic 'link' or 'email' type detection.
But ndb should offer better speed due to caching in memcache & RAM.
https://developers.google.com/appengine/docs/python/ndb/
The branch is a bit quick-and-dirty, if you want to go this way I would double-check everything (tests are already working btw).
Reactions are currently unavailable