Tarn.js' Pool class.
Example:
import { Pool } from 'tarn'const dialect = new MssqlDialect({ // ... tarn: { // ... Pool, },}) Copy
import { Pool } from 'tarn'const dialect = new MssqlDialect({ // ... tarn: { // ... Pool, },})
Tarn.js' pool options, excluding create, destroy and validate functions, which must be implemented by this dialect.
create
destroy
validate
Generated using TypeDoc
Tarn.js' Pool class.
Example: