NexusDataSourceConfig
Properties
displayName
displayName: string | IRuntimeLogger<string[]>;
entities?
optional entities: MixedList<EntitySchema<any>>;
logLevels?
optional logLevels: LogLevel[];
migrations?
optional migrations: string | MigrationInterfaceConstructor[];
pragmas?
optional pragmas: SQLitePragmaRecord;
storagePath
storagePath: PathBuilderLike;
synchronize?
optional synchronize: boolean;
wal?
optional wal: boolean;