@zakodium/adonis-mongodb
    Preparing search index...

    Interface ConnectionNode

    interface ConnectionNode {
        config: MongodbConnectionConfig;
        connection: ConnectionContract;
        name: string;
        state: "registered" | "open" | "closing" | "closed";
    }
    Index

    Properties

    connection: ConnectionContract
    name: string
    state: "registered" | "open" | "closing" | "closed"