prorm API Reference
    Preparing search index...

    Interface NamedConnectionOptions

    Named connection options for adding a new database connection

    interface NamedConnectionOptions {
        name: string;
        options: Omit<PrormOptions, "connections" | "defaultConnection">;
    }
    Index
    name: string

    Unique name to identify this connection

    options: Omit<PrormOptions, "connections" | "defaultConnection">

    Prorm options for the connection