@qualithm/rqlite-client - v0.2.3
    Preparing search index...

    Type Alias RqliteAuth

    Authentication credentials for rqlite.

    type RqliteAuth = {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    Password for basic authentication.

    username: string

    Username for basic authentication.