effect-io-ai

Package: @effect/sql-mysql2
Module: MysqlClient

MysqlClient.MysqlClient

mysql2-backed SQL client service, extending SqlClient with its runtime type marker and client configuration.

Signature

export interface MysqlClient extends Client.SqlClient {
  readonly [TypeId]: TypeId
  readonly config: MysqlClientConfig
}

Source

Since v4.0.0