Last Updated: 3/9/2026
- Tarn
Interface Tarn
interface Tarn {
options: Omit<TarnPoolOptions
validateConnections?: KyselyTypeError<
“deprecated: use MssqlDialectConfig.validateConnections instead”,
>;
};
Pool: typeof TarnPool;
}
Index
Properties
Properties
options
options: Omit<TarnPoolOptions
validateConnections?: KyselyTypeError<
“deprecated: use MssqlDialectConfig.validateConnections instead”,
>;
}
Tarn.js’ pool options, excluding create, destroy and validate functions, which must be implemented by this dialect.
Type Declaration
-
OptionalvalidateConnections?: KyselyTypeError< “deprecated: useMssqlDialectConfig.validateConnectionsinstead”, >Deprecated
use MssqlDialectConfig.validateConnections instead.
Pool
Pool: typeof TarnPool
Tarn.js’ Pool class.
Settings
Member Visibility
On This Page
Properties