node-json-db
    Preparing search index...

    Use to read and write data of type T

    Implements

    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • adapter: IAdapter<string>

        The underlying string adapter for reading/writing raw data

      • humanReadable: boolean = false

        Whether to pretty-print the JSON output

      • serializers: readonly ISerializer[] = defaultSerializers

        Custom serializers for complex types (default: Date, Set, Map, RegExp, BigInt).

      Returns JsonAdapter

    Methods