QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Type Alias QwpConnectionFactory

    QwpConnectionFactory: (signal?: AbortSignal) => Promise<QwpBinaryConnection>

    Opens one connection. The optional signal is aborted when the owning session closes, so a factory that is still negotiating can tear its socket down instead of leaving it alive until its own deadline expires. Factories that ignore the parameter remain assignable.

    Type declaration