Interface Tarn

Hierarchy

  • Tarn

Properties

Properties

Pool: typeof TarnPool

Tarn.js' Pool class.

Example:

import { Pool } from 'tarn'

const dialect = new MssqlDialect({
// ...
tarn: {
// ...
Pool,
},
})
options: Omit<TarnPoolOptions<any>, "create" | "destroy" | "validate">

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

Generated using TypeDoc