inMemory function

QueryExecutor inMemory()

Obtains an in-memory database connection for running drift.

Implementation

QueryExecutor inMemory() {
  throw UnsupportedError(
    'In-memory database isn\'t supported on this platform.',
  );
}