ScopedDriftProvider.memory constructor

ScopedDriftProvider.memory()

Constructs a ScopedDriftProvider with the in-memory database.

Implementation

ScopedDriftProvider.memory()
  : db = ScopedDatabase(const UserId('me'), inMemory());