Persistent Rita - v6.0.3
    Preparing search index...

    Type Alias DatabaseConfig

    type DatabaseConfig = {
        database: string;
        host: string;
        password?: string;
        port?: number;
        username?: string;
    }
    Index

    Properties

    database: string
    host: string
    password?: string
    port?: number
    username?: string