kysely
    Preparing search index...

    Interface ControlledConnection

    interface ControlledConnection {
        connection: DatabaseConnection;
        release: () => void;
    }
    Index

    Properties

    Properties

    connection: DatabaseConnection
    release: () => void