Skip to content

Type Alias: KnexSQLClient

ts
type KnexSQLClient = typeof Knex.Client;

The KnexSQLClient type represents the Knex Client type, which is used to interact with SQL databases in a type-safe manner.