GoodDB
    Preparing search index...

    Type Alias goodDBOptions

    type goodDBOptions = {
        cache?: { capacity?: number; isEnabled?: boolean };
        nested?: string;
        nestedIsEnabled?: boolean;
        table?: string;
        timeIsEnabled?: boolean;
    }
    Index

    Properties

    cache?: { capacity?: number; isEnabled?: boolean }
    nested?: string
    nestedIsEnabled?: boolean
    table?: string
    timeIsEnabled?: boolean