Member Junction
    Preparing search index...

    Interface DatabaseConnectionCredentialValues

    Values for "Database Connection" credential type.

    interface DatabaseConnectionCredentialValues {
        database: string;
        host: string;
        password: string;
        port?: number;
        username: string;
    }
    Index

    Properties

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