import { DaffInMemoryDriverBase } from '@daffodil/driver/in-memory'
The base class for in-memory drivers.
abstract class DaffInMemoryDriverBase { protected readonly url: string = `/${this.config.apiBase}/${this.collectionName}` }