UNPKG

knex-dialect-athena

Version:
8 lines (5 loc) 270 B
import knex__default from 'knex'; import { AthenaConnectionConfig } from './athena-connection.js'; import '@aws-sdk/client-athena'; declare function createAthenaDialect(config: AthenaConnectionConfig): typeof knex__default.Knex.Client; export { createAthenaDialect };