val DB: Datastore
Primary external-facing API for interacting with the datastore.
Use this singleton for all datastore access, regardless of context.
The internals of this singleton ensure that the datastore context (transaction vs. not, which transaction if applicable) follows the way the code reads, regardless of how asynchronous operations are actually executed over potentially multiple background threads.