inMemory function
Obtains an in-memory database connection for running drift
.
Implementation
QueryExecutor inMemory() {
throw UnsupportedError(
'In-memory database isn\'t supported on this platform.',
);
}
Obtains an in-memory database connection for running drift
.
QueryExecutor inMemory() {
throw UnsupportedError(
'In-memory database isn\'t supported on this platform.',
);
}