Skip to content

FileSyncAdapter

@tsed/adapters

Usage

typescript
import { FileSyncAdapter } from "@tsed/adapters";

See /packages/orm/adapters/src/types/adapters/FileSyncAdapter.ts.

Overview

ts
class FileSyncAdapter<T extends AdapterModel> extends LowDbAdapter<T> {
    constructor(options: FileSyncAdapterConstructorOptions, configuration: Configuration);
}

Released under the MIT License.