kysely
    Preparing search index...

    Interface Tarn

    interface Tarn {
        options: Omit<TarnPoolOptions<any>, "create" | "destroy" | "validate">;
        Pool: typeof TarnPool;
    }
    Index

    Properties

    Properties

    options: Omit<TarnPoolOptions<any>, "create" | "destroy" | "validate">

    Tarn.js' pool options, excluding create, destroy and validate functions, which must be implemented by this dialect.

    Pool: typeof TarnPool

    Tarn.js' Pool class.